Skip to content

Commit

Permalink
Fix Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed Mar 17, 2019
1 parent 30c3422 commit 5dbb1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_script:
# Mocha 4+ requires node>=4.
- node -e 'const a = b => 1;' 2>/dev/null || npm i mocha@~3.0.0
script:
- if [[ -n "$AVSC_COVERAGE" ]]; then npm run coverAndPublish; else npm test; done
- if [[ -n "$AVSC_COVERAGE" ]]; then npm run coverAndPublish; else npm test; fi
deploy:
provider: npm
email: [email protected]
Expand Down

0 comments on commit 5dbb1cf

Please sign in to comment.