Skip to content

Commit

Permalink
Merge pull request #6 from zhelyabuzhsky/pastuhov-patch-1
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
pastuhov committed Jun 20, 2015
2 parents 33a584d + 5d8a892 commit 491ef2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ script:
- vendor/bin/phpunit --verbose $PHPUNIT_FLAGS

after_script:
- php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi

0 comments on commit 491ef2b

Please sign in to comment.