Skip to content

Commit

Permalink
clean up travis
Browse files Browse the repository at this point in the history
  • Loading branch information
spiechu committed Jul 2, 2017
1 parent 74bf20a commit 993e47a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ install:

script:
- './vendor/bin/phpunit --testdox --coverage-clover=clover.xml'
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi
- wget https://scrutinizer-ci.com/ocular.phar; fi
- php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi

notifications:
email: false
email: false

0 comments on commit 993e47a

Please sign in to comment.