Skip to content

Commit

Permalink
Merge 87d9b45 into 7e01889
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Ooms committed Dec 9, 2018
2 parents 7e01889 + 87d9b45 commit cf99357
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ node_js:
install:
- npm install

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

script:
- npm run cover

after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

after_success:
- bash <(curl -s https://codecov.io/bash) || true
- coveralls < coverage/lcov.info || true
- codeclimate-test-reporter < coverage/lcov.info || true
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"@babel/preset-env": "7.2.0",
"@babel/register": "7.0.0",
"ava": "1.0.0-rc.2",
"codeclimate-test-reporter": "0.5.1",
"coveralls": "3.0.2",
"esdoc": "1.1.0",
"esdoc-ecmascript-proposal-plugin": "1.0.0",
Expand Down

0 comments on commit cf99357

Please sign in to comment.