Skip to content

Commit 5dbb1cf

Browse files
committed
Fix Travis script
1 parent 30c3422 commit 5dbb1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_script:
2323
# Mocha 4+ requires node>=4.
2424
- node -e 'const a = b => 1;' 2>/dev/null || npm i mocha@~3.0.0
2525
script:
26-
- if [[ -n "$AVSC_COVERAGE" ]]; then npm run coverAndPublish; else npm test; done
26+
- if [[ -n "$AVSC_COVERAGE" ]]; then npm run coverAndPublish; else npm test; fi
2727
deploy:
2828
provider: npm
2929

0 commit comments

Comments
 (0)