Updated build config for codeclimate test reporting.
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -4,9 +4,15 @@ git:
|
|||||||
submodules: true
|
submodules: true
|
||||||
script:
|
script:
|
||||||
- yarn test
|
- yarn test
|
||||||
- yarn coverage
|
- yarn coverage
|
||||||
before_install:
|
before_install:
|
||||||
- cd seasoned_api
|
- cd seasoned_api
|
||||||
before_script: yarn
|
before_script:
|
||||||
|
- yarn
|
||||||
|
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||||
|
- chmod +x ./cc-test-reporter
|
||||||
|
- ./cc-test-reporter before-build
|
||||||
|
after-script:
|
||||||
|
- ./cc-test-resporter after-build --exit-code $TRAVIS_TEST_RESULT
|
||||||
cache: false
|
cache: false
|
||||||
os: linux
|
os: linux
|
||||||
|
|||||||
Reference in New Issue
Block a user