There was an error while loading. Please reload this page.
1 parent e4d47a9 commit 087854eCopy full SHA for 087854e
.travis.yml
@@ -24,4 +24,4 @@ deploy:
24
notifications:
25
email: false
26
after_success:
27
- - if [ "$CI" = "coverage" ]; then npm install coveralls --no-save && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
+ - if [ "$CI" = "coverage" ]; then npm install coveralls --no-save && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls; fi
0 commit comments