Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
update npm from 7.6 to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 30, 2019
1 parent e91e1e0 commit 3083794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,6 +1,6 @@
os: linux
language: node_js
node_js: 7.6
node_js: 8.0
matrix:
fast_finish: true
include:
Expand Down Expand Up @@ -74,7 +74,7 @@ install:
- |
if [[ ("$TEST_SUITE" = "android") || ("${ANDROID_LINT}" = "true") ]]; then
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
nvm install 7.6
nvm install 8.0
npm install
echo y | sdkmanager "cmake;3.6.4111459"
if find "${HOME}/android-ndk-r18b" -mindepth 1 | read; then
Expand Down

0 comments on commit 3083794

Please sign in to comment.