File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ matrix:
103
103
before_install :
104
104
- nvm install 7
105
105
- nvm use 7
106
- - docker pull trzeci/emscripten:sdk-tag-1.35.4 -64bit
106
+ - docker pull trzeci/emscripten:sdk-tag-1.37.21 -64bit
107
107
env :
108
108
- SOLC_EMSCRIPTEN=On
109
109
- SOLC_INSTALL_DEPS_TRAVIS=Off
Original file line number Diff line number Diff line change 30
30
31
31
if [[ " $OSTYPE " != " darwin" * ]]; then
32
32
./scripts/travis-emscripten/install_deps.sh
33
- docker run -v $( pwd) :/root/project -w /root/project trzeci/emscripten:sdk-tag-1.35.4 -64bit ./scripts/travis-emscripten/build_emscripten.sh
33
+ docker run -v $( pwd) :/root/project -w /root/project trzeci/emscripten:sdk-tag-1.37.21 -64bit ./scripts/travis-emscripten/build_emscripten.sh
34
34
fi
You can’t perform that action at this time.
0 commit comments