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 993e47a commit b8c6066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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'
- wget https://scrutinizer-ci.com/ocular.phar; fi
- php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover clover.xml

notifications:
email: false

0 comments on commit b8c6066

Please sign in to comment.