Skip to content

Commit 853b437

Browse files
authored
Update Node testing to current release schedule
1 parent 08d86a0 commit 853b437

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,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- '8'
43
- '10'
54
- '12'
5+
- '13'
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)