Skip to content

Commit e9bc55b

Browse files
committed
Fix Travis build
1 parent 2dba549 commit e9bc55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ matrix:
2222
- node_js: 6
2323
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
2424
- node_js: 6
25-
script: npm install codeclimate-test-reporter@^0.4.1; npm run coverage-ci
25+
script: npm install codeclimate-test-reporter@^0.4.1; CODECLIMATE_REPO_TOKEN=20d88c0ad0ae53be53f48ef57cfec8ff6d8fc86381f742b50747335f3cebdc69 npm run coverage-ci

0 commit comments

Comments
 (0)