koel/.travis.yml

16 lines
182 B
YAML
Raw Normal View History

2015-12-13 04:42:28 +00:00
language: php
php:
- 5.6
- 7.0
branches:
only:
- master
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
script: phpunit