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

Commit 3ffe244

Browse files
committed
adjusting travis config
1 parent 126ae2f commit 3ffe244

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

.travis.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
language: node_js
2-
node_js:
3-
- "7"
4-
cache:
5-
directories:
6-
- "node_modules"
2+
node_js: "node"
3+
git:
4+
depth: 3
5+
addons:
6+
apt:
7+
sources:
8+
- ubuntu-toolchain-r-test
9+
packages:
10+
- libstdc++-4.9-dev
11+
before_script:
12+
- npm install
13+
- npm install codeclimate-test-reporter istanbul -g
14+
script:
15+
- istanbul cover "./node_modules/mocha/bin/_mocha" --report lcovonly --print detail -- -R spec
16+
after_success:
17+
- codeclimate-test-reporter < ./coverage/lcov.info

0 commit comments

Comments
 (0)