pickles/.travis.yml
Joshua Sherman e0228a9e8a Updated to use composer.json
Throwing errors about my command, figured it's best to just use the same thing I'm using locally. Really hope that this is something that can be done.
2013-12-28 02:09:53 -05:00

9 lines
120 B
YAML

language: php
php:
- "5.5"
install:
- composer install
script: phpunit --bootstrap ./tests/bootstrap.php ./tests