Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2b04f commit 98e65f2Copy full SHA for 98e65f2
.travis.yml
@@ -6,8 +6,8 @@ node_js:
6
before_script: npm install -g codeclimate-test-reporter
7
8
after_script:
9
-- CODECLIMATE_REPO_TOKEN=852ac5362c8cc38c07ca5adc0f94c20c6c79bd78e17933dc284598a65338656 cat coverage/lcov.info | codeclimate
+- cat coverage/lcov.info | codeclimate
10
11
addons:
12
code_climate:
13
- repo_token: 852ac5362c8cc38c07ca5adc0f94c20c6c79bd78e17933dc284598a65338656
+ repo_token: 9852ac5362c8cc38c07ca5adc0f94c20c6c79bd78e17933dc284598a65338656
0 commit comments