Skip to content

Commit

Permalink
Updated travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Nov 16, 2016
1 parent 5e24d5f commit 8ba47e6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ language: node_js
node_js:
- "6"
- "7"
os:
- linux
os: linux
sudo: false
before_script:
- sh -c "git log | head -12"
script:
- npm run coverage
install: npm install -g yarn && yarn
before_script: sh -c "git log | head -12"
script: npm run coverage
after_success:
- coveralls < ./coverage/lcov.info
- CODECLIMATE_REPO_TOKEN=fb038884df12a473bb3cc13c8ef5323227e19c8818327926cde26e89eb7f31cb codeclimate-test-reporter < ./coverage/lcov.info

0 comments on commit 8ba47e6

Please sign in to comment.