Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta authored Feb 9, 2018
1 parent 709a9dd commit a6d7102
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ env:
- PORT=3000
matrix:
include:
- node_js: "0.10"
- node_js: "0.12"
- node_js: iojs-v1
- node_js: "8"

after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
notifications:
email:
- [email protected]
- [email protected]
- [email protected]

0 comments on commit a6d7102

Please sign in to comment.