Skip to content
Browse files

Try disabling coverage on master to prevent Travis crashes

We suspect that memory overhead caused by coverage might be the reason Travis fails on master. No guarantees it will work but worth a try.
  • Loading branch information...
1 parent 5520c39 commit d138b286db4fcb7137f9267a30ec64b657d3cfb4 @gaearon gaearon committed
Showing with 1 addition and 7 deletions.
  1. +1 −7 .travis.yml
View
8 .travis.yml
@@ -66,13 +66,7 @@ script:
$SERVER
fi
elif [ "$TEST_TYPE" = test ]; then
- if [ "$TRAVIS_PULL_REQUEST" = false ]; then
- set -e
- ./node_modules/.bin/grunt jest:coverage
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
- else
- ./node_modules/.bin/grunt jest:normal
- fi
+ ./node_modules/.bin/grunt jest:normal
echo 'Testing in server-render (HTML generation) mode...'
printf '\nmodule.exports.useCreateElement = false;\n' \
>> src/renderers/dom/shared/ReactDOMFeatureFlags.js

0 comments on commit d138b28

Please sign in to comment.
Something went wrong with that request. Please try again.