Files
snipe-it/travis.yml
T
2013-11-13 15:24:25 -05:00

12 lines
196 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --prefer-source --no-interaction --dev
script: phpunit