Skip to content

Commit 708ac8c

Browse files
committed
Test Node v10 and remove EOL releases
1 parent 89c4367 commit 708ac8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: node_js
22
node_js:
33
- '6'
4-
- '7'
54
- '8'
65
- '9'
6+
- '10'
77
before_script:
88
# Remove ./node_modules/.bin from PATH so node-which doesn't replace Unix which and cause RVM to barf. See https://github.com/travis-ci/travis-ci/issues/5092
99
- PATH=${PATH//:\.\/node_modules\/\.bin/}

0 commit comments

Comments
 (0)