Skip to content

Commit

Permalink
Travis: Test on Node 8, drop 0.11, 0.12, and iojs
Browse files Browse the repository at this point in the history
Should make for faster CI tests.

These old Node versions are past even Node LTS, so it's probably best to
indicate we won't be supporting them.
  • Loading branch information
anko committed Jul 30, 2017
1 parent 08c9538 commit e892e1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "iojs"
- "4"
- "5"
- "6"
- "7"
- "8"
script: echo "code tests" ; npm run test; echo "readme tests" ; npm run test-readme ; echo "documentation example tests" ; npm run test-docs

0 comments on commit e892e1d

Please sign in to comment.