Skip to content

Commit

Permalink
Fix bash statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mkxml committed May 29, 2018
1 parent 4036ec3 commit 0b24845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ addons:
script:
- npm run build
- COVERAGE=true ALLOW_SAUCELABS=false npm test
- if [ $TRAVIS_NODE_VERSION == "8" ]; then
export ALLOW_SAUCELABS=true
- if [ "$TRAVIS_NODE_VERSION" = "8" ]; then
export ALLOW_SAUCELABS=true;
fi
- COVERAGE=false FLAKEY=false PERFORMANCE=false npm run test:karma
- ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info

0 comments on commit 0b24845

Please sign in to comment.