We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68a3d7 commit 8c0fcf8Copy full SHA for 8c0fcf8
.travis.yml
@@ -1,6 +1,9 @@
1
language: node_js
2
node_js:
3
- stable
4
+env:
5
+ - CODECLIMATE_REPO_TOKEN=799dc304c4c444478251dbae6dcb20ec4cb68e46daebf2d08886c1dea12305e5
6
+ - CODECLIMATE_API_HOST=https://codebeat.co/webhooks/code_coverage CODECLIMATE_REPO_TOKEN=05eace5c-4cc7-45b6-a238-9d60a4c94cb5
7
before_install:
8
- export CHROME_BIN=chromium-browser
9
- export DISPLAY=:99.0
@@ -16,6 +19,3 @@ after_script:
16
19
- greenkeeper-lockfile-upload
17
20
after_success:
18
21
- codeclimate-test-reporter < coverage/lcov.info
-addons:
- code_climate:
- repo_token: 799dc304c4c444478251dbae6dcb20ec4cb68e46daebf2d08886c1dea12305e5
0 commit comments