We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edddfef commit f168218Copy full SHA for f168218
.travis.yml
@@ -104,7 +104,7 @@ matrix:
104
- nvm install 7
105
- nvm use 7
106
- docker pull trzeci/emscripten:sdk-tag-1.37.21-64bit
107
- - docker run -v $(pwd):/root/project -w /root/project trzeci/emscripten:sdk-tag-1.35.4-64bit emcc --clear-cache
+ - docker run -v $(pwd):/root/project -w /root/project trzeci/emscripten:sdk-tag-1.37.21-64bit emcc --clear-cache
108
env:
109
- EMCC_DEBUG=1
110
- SOLC_EMSCRIPTEN=On
0 commit comments