Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
adjusting travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed May 31, 2018
1 parent 126ae2f commit 3ffe244
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
language: node_js
node_js:
- "7"
cache:
directories:
- "node_modules"
node_js: "node"
git:
depth: 3
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++-4.9-dev
before_script:
- npm install
- npm install codeclimate-test-reporter istanbul -g
script:
- istanbul cover "./node_modules/mocha/bin/_mocha" --report lcovonly --print detail -- -R spec
after_success:
- codeclimate-test-reporter < ./coverage/lcov.info

0 comments on commit 3ffe244

Please sign in to comment.