Skip to content

Commit 9b99572

Browse files
committed
chore: use node v12 in Travis CI builds
1 parent 25a0a9a commit 9b99572

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ matrix:
1818
osx_image: xcode10.1
1919

2020
before_install:
21-
- export LANG=en_US.UTF-8
21+
- export LANG=en_US.UTF-8 &&
22+
nvm use 12
2223

2324
install:
2425
- npm install
@@ -46,7 +47,7 @@ matrix:
4647

4748
before_install:
4849
- export LANG=en_US.UTF-8 &&
49-
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - &&
50+
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - &&
5051
sudo apt-get install -y nodejs
5152
- yes | sdkmanager --update
5253

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@
6666
"wd": "1.12.1",
6767
"xml2js": "0.4.23"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)