Skip to content

Commit

Permalink
Reorganise .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimbutt committed Dec 3, 2018
1 parent 101b49f commit f8932dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ env:
language: node_js
node_js:
- "stable"
script:
- yarn test
- yarn build
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:
- yarn test
- yarn build
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 comments on commit f8932dc

Please sign in to comment.