Skip to content

Commit 307b7a4

Browse files
committed
Update Node testing to current release schedule
1 parent 7e0d089 commit 307b7a4

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
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- '8'
44
- '10'
5-
- '11'
5+
- '12'
66
before_script:
77
# 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
88
- PATH=${PATH//:\.\/node_modules\/\.bin/}

0 commit comments

Comments
 (0)