Skip to content

Commit

Permalink
Change travis to test Node 4, 6, 8, 9 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisJEllis committed Jan 10, 2018
1 parent 7cdc86d commit f8c92c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js
node_js:
- 4
- 6.9.1
- 6
- 7.6.0
- 7
- node
- 8
- 9
services: redis
# this runs eslint, runs the tests, instruments their coverage, and
# publishes it to coveralls.io
Expand Down

0 comments on commit f8c92c5

Please sign in to comment.