rhymix/vendor/hautelook/phpass/.travis.yml
2016-03-13 23:52:26 +09:00

13 lines
173 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- composer install
script: cd Tests && phpunit --configuration phpunit.xml --coverage-text