Skip to content

Commit 0c2b04f

Browse files
committed
Trying different after_script command for code climate
1 parent 89333eb commit 0c2b04f

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
@@ -6,7 +6,7 @@ node_js:
66
before_script: npm install -g codeclimate-test-reporter
77

88
after_script:
9-
- cat coverage/lcov.info | codeclimate
9+
- CODECLIMATE_REPO_TOKEN=852ac5362c8cc38c07ca5adc0f94c20c6c79bd78e17933dc284598a65338656 cat coverage/lcov.info | codeclimate
1010

1111
addons:
1212
code_climate:

0 commit comments

Comments
 (0)