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

Commit

Permalink
updated Travis test and added package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Apr 1, 2018
1 parent 0b286b4 commit ce41ed9
Show file tree
Hide file tree
Showing 2 changed files with 2,576 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ sudo: false

language: node_js

notifications:
email:
on_success: never
on_failure: change

node_js:
- "0.10"
- "0.12"
- "4"
- "node"
- "6"
- "8"
- "lts/*"

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

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

0 comments on commit ce41ed9

Please sign in to comment.