pickles/.travis.yml
2013-12-28 01:39:33 -05:00

9 lines
145 B
YAML

language: php
php:
- "5.5"
install:
- composer require mikey179/vfsStream:1.2.0
script: phpunit --bootstrap ./tests/bootstrap.php ./tests