We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dfd872 commit 564c117Copy full SHA for 564c117
.travis.yml
@@ -13,7 +13,7 @@ before_install:
13
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
14
script:
15
# Run test script, depending on istanbul install
16
- - "test -n $(npm -ps ls istanbul) || npm test"
17
- - "test -z $(npm -ps ls istanbul) || npm run-script test-travis"
+ - "test ! -z $(npm -ps ls istanbul) || npm test"
+ - "test -z $(npm -ps ls istanbul) || npm run-script test-travis"
18
after_script:
19
- "test -e ./coverage/lcov.info && npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
0 commit comments