pickles/.travis.yml
Joshua Sherman b9be4b0890 Messing with the paths
Gonna get this working eventually!!
2014-01-11 16:00:49 -05:00

19 lines
308 B
YAML

language: php
php:
- 5.5
- hhvm
matrix:
allow_failures:
- php: hhvm
install:
- composer install
script:
- mkdir -p .composer/build/logs
- phpunit --coverage-clover .composer/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests
after_script:
- php .composer/bin/coveralls -v