Skip to content

Commit

Permalink
Fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Szpadel committed Jul 6, 2017
1 parent 2dba549 commit e9bc55b
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 @@ -22,4 +22,4 @@ matrix:
- node_js: 6
script: set -e; if [ -n "$SAUCE_USERNAME" ]; then npm install zuul@^3.11.1 zuul-ngrok@^4.0.0; travis_wait npm run zuul; sleep 3; fi
- node_js: 6
script: npm install codeclimate-test-reporter@^0.4.1; npm run coverage-ci
script: npm install codeclimate-test-reporter@^0.4.1; CODECLIMATE_REPO_TOKEN=20d88c0ad0ae53be53f48ef57cfec8ff6d8fc86381f742b50747335f3cebdc69 npm run coverage-ci

0 comments on commit e9bc55b

Please sign in to comment.