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

Commit 718169f

Browse files
Trottzeke
authored andcommitted
use current and LTS Node.js in CI (#381)
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.
1 parent 1378ca6 commit 718169f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22

3-
node_js: "4"
3+
node_js:
4+
- "node"
5+
- "lts/*"
46

57
before_script:
68
- export DISPLAY=:99.0

0 commit comments

Comments
 (0)