Skip to content

Commit

Permalink
Disable coverage on Travis (#6712)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed May 6, 2016
1 parent 873369c commit 82ab58e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ script:
fi
elif [ "$TEST_TYPE" = test ]; then
set -e
if [ "$TRAVIS_PULL_REQUEST" = false ]; then
# Disabling coverage because it's broken:
# https://travis-ci.org/facebook/react/jobs/128163922
if false; then
./node_modules/.bin/grunt jest:coverage
cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
else
Expand Down

0 comments on commit 82ab58e

Please sign in to comment.