Skip to content

Commit

Permalink
Use node 6+ for testing (due to webpack 4 changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
meaku committed May 29, 2018
1 parent 5856bf8 commit d7d3c38
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -2,9 +2,11 @@ os:
- linux
language: node_js
node_js:
- "4"
- "5"
- "7"

- "6"
- "8"
- "9"
- "10"

script:
- npm test

0 comments on commit d7d3c38

Please sign in to comment.