Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Mar 1, 2015
1 parent 9623292 commit 963494a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php:
- 5.6

before_script:
- wget https://scrutinizer-ci.com/ocular.phar
- composer self-update
- composer install --no-interaction --prefer-source

Expand All @@ -17,3 +18,4 @@ script:

after_script:
- php vendor/bin/coveralls -v
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml

0 comments on commit 963494a

Please sign in to comment.