pickles/.travis.yml
Joshua Sherman 0cb3489054 Added back 5.4 and 5.3 as acceptable failures.
Don't really need them but figured why the hell not.
2014-01-03 17:53:49 -05:00

18 lines
216 B
YAML

language: php
php:
- 5.5
- 5.4
- 5.3
- hhvm
matrix:
allow_failures:
- php: 5.4
- php: 5.3
- php: hhvm
install:
- composer install
script: phpunit --bootstrap ./tests/bootstrap.php ./tests