Skip to content

Commit

Permalink
Travis: Always just test on newest Node.js version
Browse files Browse the repository at this point in the history
I think I've made too many commits along the lines of "tell Travis to
also test on the yet again newly released Node version", when I could
just have done this.  Wah.

I don't really care very much about old version compatibility because
anyone crazy enough to try something like this is crazy enough they are
or should be running the newest Node.js anyway.
  • Loading branch information
anko committed Feb 15, 2019
1 parent c983219 commit 61bc835
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
- "9"
- node
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 61bc835

Please sign in to comment.