pickles/.travis.yml
Joshua Sherman 03e613d380 Reworked README a bit to include PHP 5.4+
... for now, muahahahahaha
2013-12-29 13:32:23 -05:00

10 lines
130 B
YAML

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