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

Commit

Permalink
Merge pull request #6 from hexojs/update-node-travis
Browse files Browse the repository at this point in the history
Update node of travis to LTS and latest
  • Loading branch information
segayuu committed Nov 23, 2018
2 parents 024f718 + 92467ab commit 3dd5764
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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 Down

0 comments on commit 3dd5764

Please sign in to comment.