Merge pull request #9260 from ethereum/updateNodeTravis

Set nodejs version to 10.
This commit is contained in:
chriseth 2020-06-25 20:28:00 +02:00 committed by GitHub
commit 48dd36349d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,12 +104,12 @@ matrix:
sudo: required
compiler: gcc
node_js:
- "8"
- "10"
services:
- docker
before_install:
- nvm install 8
- nvm use 8
- nvm install 10
- nvm use 10
- docker pull ethereum/solidity-buildpack-deps:emsdk-1.39.15-2
env:
- SOLC_EMSCRIPTEN=On