Composer, coveralls, badges, travis too!

This commit is contained in:
Joshua Sherman 2014-05-14 11:22:42 -04:00
parent 695519a16a
commit cbd0698fab
4 changed files with 22 additions and 5 deletions

View file

@ -1,9 +1,6 @@
language: php
php:
- 5.0
- 5.1
- 5.2
- 5.3
- 5.4
- 5.5
@ -15,12 +12,15 @@ matrix:
- php: 5.6
- php: hhvm
install:
- composer install
before_script:
- mkdir -p build/logs
- cd tests
script:
- phpunit --colors --coverage-clover /home/travis/build/joshtronic/php-loremipsum/build/logs/clover.xml ./tests
- phpunit --colors --coverage-clover /home/travis/build/joshtronic/php-loremipsum/build/logs/clover.xml .
after_success:
- php vendor/bin/coveralls --config ../.coveralls.yml -v