Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Feb 10, 2015
1 parent 9b1ada1 commit ddff62b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -8,7 +8,11 @@ php:

before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
- composer install --no-interaction --prefer-source

script:
- phpunit --coverage-text --verbose
- mkdir -p build/logs
- php vendor/bin/phpunit -c phpunit.xml

after_script:
- php vendor/bin/coveralls -v

0 comments on commit ddff62b

Please sign in to comment.