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 30c3422 commit 5dbb1cfCopy full SHA for 5dbb1cf
.travis.yml
@@ -23,7 +23,7 @@ before_script:
23
# Mocha 4+ requires node>=4.
24
- node -e 'const a = b => 1;' 2>/dev/null || npm i mocha@~3.0.0
25
script:
26
- - if [[ -n "$AVSC_COVERAGE" ]]; then npm run coverAndPublish; else npm test; done
+ - if [[ -n "$AVSC_COVERAGE" ]]; then npm run coverAndPublish; else npm test; fi
27
deploy:
28
provider: npm
29
email: [email protected]
0 commit comments