Skip to content

Commit d2a5556

Browse files
authored
Node.js version cleanup
* Remove EOL'd node.js versions
1 parent b56664d commit d2a5556

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
sudo: false # use container-based virtualization environment
22
language: node_js
33
node_js:
4-
- "0.10"
5-
- "0.11"
6-
- "6" # most recent Node.js LTS until Oct 2017, https://github.com/nodejs/lts
4+
- "6" # Node.js LTS maintained until April 2019, https://github.com/nodejs/lts
75
- "node" # latest stable Node.js release
86
before_script:
97
- export DISPLAY=:99.0

0 commit comments

Comments
 (0)