Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98e65f2

Browse files
committed
Fix token once more
1 parent 0c2b04f commit 98e65f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ node_js:
66
before_script: npm install -g codeclimate-test-reporter
77

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

1111
addons:
1212
code_climate:
13-
repo_token: 852ac5362c8cc38c07ca5adc0f94c20c6c79bd78e17933dc284598a65338656
13+
repo_token: 9852ac5362c8cc38c07ca5adc0f94c20c6c79bd78e17933dc284598a65338656

0 commit comments

Comments
 (0)