We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea2743 commit b0a8e8eCopy full SHA for b0a8e8e
.travis.yml
@@ -33,7 +33,7 @@ env:
33
- ANDROID_EMU_ABI=armeabi-v7a
34
- CC=gcc-4.9 CXX=g++-4.9
35
matrix:
36
- - TEST=unit RECURSIVE=--recursive START_EMU=0
+ - TEST=unit RECURSIVE=--recursive START_EMU=0 COVERALLS=1
37
- TEST=functional
38
- TEST=functional/bootstrap
39
- TEST=functional/commands/keyboard
@@ -64,4 +64,4 @@ before_script:
64
script:
65
- npm run lint && npm run mocha -- -t $MOCHA_TIMEOUT $RECURSIVE build/test/$TEST -g @skip-ci -i
66
after_success:
67
- - _FORCE_LOGS=0 npm run coverage
+ - if [ ${COVERALLS} = "1" ]; then npm run coverage; fi
0 commit comments