Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Update nodejs of travis
Browse files Browse the repository at this point in the history
  • Loading branch information
segayuu committed Nov 22, 2018
1 parent a169d22 commit 1209421
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ cache:
- node_modules

node_js:
- "0.12"
- "4"
- "5"
- "6"
- "8"
- "10"
- "node"

script:
- npm run eslint
Expand All @@ -19,4 +20,4 @@ script:

after_script:
- npm install coveralls
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit 1209421

Please sign in to comment.