PrivateBin/.travis.yml

18 lines
289 B
YAML
Raw Normal View History

2016-05-22 23:09:00 +08:00
language: php
sudo: false
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install -n
2016-05-22 23:09:00 +08:00
script:
- cd tst && ../vendor/bin/phpunit
after_script:
- vendor/bin/codacycoverage clover tst/log/coverage-clover.xml