Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
use current and LTS Node.js in CI (#381)
Browse files Browse the repository at this point in the history
Update `.travis.yml` to use latest Node.js and an LTS release for
testing. Currently, Node.js 4.x is hard-coded. Node.js 4.x is currently
unsupported by the Node.js project. There will be no more 4.x releases.
Any security vulnerabilities or other bugs currently in 4.x will be there
forever.
  • Loading branch information
Trott authored and zeke committed Jul 12, 2018
1 parent 1378ca6 commit 718169f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js

node_js: "4"
node_js:
- "node"
- "lts/*"

before_script:
- export DISPLAY=:99.0
Expand Down

0 comments on commit 718169f

Please sign in to comment.