Skip to content

Commit

Permalink
Merge 80080a2 into 9d51a44
Browse files Browse the repository at this point in the history
  • Loading branch information
thorpelawrence committed Apr 13, 2018
2 parents 9d51a44 + 80080a2 commit 9781385
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ cache: yarn
env:
global:
- CC_TEST_REPORTER_ID=aecab808b486b420fd6acb0455538efbde2d092522ad938fc864b0b0d5c45b2e
before_install:
- yarn global add greenkeeper-lockfile@1
before_script:
- 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
- greenkeeper-lockfile-update
script:
- yarn run test-coverage
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- greenkeeper-lockfile-upload

0 comments on commit 9781385

Please sign in to comment.