Skip to content

Commit

Permalink
👷 Update travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kghugo committed Aug 5, 2020
1 parent 9a532cc commit 2a9ec5a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
---
language:
- node_js
- node_js
install:
- npm install -q --no-color --no-progress
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 test
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
---

0 comments on commit 2a9ec5a

Please sign in to comment.