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 9080a13 commit 801d0bbCopy full SHA for 801d0bb
.travis.yml
@@ -1,2 +1,14 @@
1
+env:
2
+ global:
3
+ - CC_TEST_REPORTER_ID=0e40ab3687485873afefc42e91aeb802014cbb17805a991559b946ff5de27cf7
4
language: node_js
5
node_js: "node"
6
+before_script:
7
+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
8
+ - chmod +x ./cc-test-reporter
9
+ - ./cc-test-reporter before-build
10
+script:
11
+ - yarn lint
12
+ - yarn jest-coverage
13
+after_script:
14
+ - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
0 commit comments