Skip to content

Commit

Permalink
Merge pull request #1469 from mroderick/run-ci-tests-in-node-8
Browse files Browse the repository at this point in the history
Run tests on Travis in node 8
  • Loading branch information
mroderick committed Jul 27, 2017
2 parents 0247a60 + e6f3b6a commit 883de3e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
node_js:
# LTS release per February 2016
- "4"
- "6"
# https://github.com/nodejs/LTS
- "4" # ends April 2018
- "6" # ends April 2019
- "8" # ends December 2019

sudo: false

Expand Down

0 comments on commit 883de3e

Please sign in to comment.