Skip to content

Commit

Permalink
Travis: Build with node.js 8, 9, and 10, drop 5 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed May 20, 2018
1 parent 5e20a8d commit 3fd5dbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
- "10"
script: "npm run-script travis"

0 comments on commit 3fd5dbc

Please sign in to comment.