Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
small refactor of Travis CI confir, dropping support of node v0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Oct 21, 2017
1 parent 9a05f94 commit c0b4e75
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
sudo: false
language: node_js

notifications:
email:
on_success: never
on_failure: change

install:
- npm install

node_js:
- "0.10"
- "0.12"
- "4"
- "6"
- "node"

cache:
directories:
- node_modules
- $HOME/.npm

after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit c0b4e75

Please sign in to comment.