Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Jun 26, 2015
1 parent 57a6c48 commit e7e936a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,4 @@ php:
- hhvm

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

script: phpunit --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- composer install --prefer-source --no-interaction

0 comments on commit e7e936a

Please sign in to comment.