Skip to content

Commit

Permalink
Add codecov to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Aug 23, 2018
1 parent 926f59a commit 6122dd3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v6.14.3
32 changes: 17 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
sudo: false

language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "4.4.3"
- "5.9.1"
- "6.0.0"

- "6.14.1"
cache:
directories:
- node_modules

matrix:
fast_finish: true

script: "grunt"

after_success: istanbul-coveralls
install:
- npm install
- npm install -g codecov
notifications:
email:
recipients:
- thedaviddias@gmail.com
branches:
only:
- master
- /^greenkeeper/.*$/
script:
- "grunt"
- istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
- codecov

0 comments on commit 6122dd3

Please sign in to comment.