Skip to content

Commit

Permalink
Replace Node 6 & 7 with 8 & 9 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Jul 5, 2019
1 parent 164c699 commit 707ebee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,8 @@

language: node_js
node_js:
- "7"
- "6"
- "9"
- "8"
script:
- npm run lint
- npm run coverage
Expand Down

0 comments on commit 707ebee

Please sign in to comment.