pickles/.travis.yml
Joshua Sherman 7f37abc527 Cleaned up test includes a bit
Probably want to include an autoloader at some point. Also added PHP 5.3 and 5.4 to the test list, 5.3 outta fail, unsure about 5.4
2013-12-29 13:16:21 -05:00

11 lines
140 B
YAML

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