Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzoneill authored Apr 17, 2018
1 parent 123e585 commit 8d1a8b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ after_success:
- if [[ $QUALITY == "yes" ]]; then travis_retry php codacy.phar clover -vv build/logs/clover.xml; fi
- if [[ $QUALITY == "yes" ]]; then travis_retry bash -x ./codecov.sh -f "!$TRAVIS_BUILD_DIR/php-binance-api-test.php"; fi
- if [[ $QUALITY == "yes" ]]; then travis_retry bash -x ./docs.sh; fi
php vendor/bin/codacycoverage clover

branches:
only: master
Expand Down

0 comments on commit 8d1a8b6

Please sign in to comment.