Skip to content

Commit a195f93

Browse files
committed
Updated node version in Travis script to 12
1 parent 0f81e2f commit a195f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ cache: npm
55
matrix:
66
include:
77
- os: linux
8-
node_js: "10"
8+
node_js: "12"
99
- os: osx
1010
osx_image: xcode11
11-
node_js: "10"
11+
node_js: "12"
1212

1313
addons:
1414
apt:

0 commit comments

Comments
 (0)