Travis: Pin Emscripten version to 1.39.19

1.39.20 dropped support for the no-embedded mode we use since #39168,
as our detection logic hasn't been fixed yet to support the embedded
mode.
This commit is contained in:
Rémi Verschelde 2020-07-21 09:56:08 +02:00
parent 15a97679bb
commit ca325856cf

View File

@ -67,7 +67,7 @@ install:
misc/ci/android-tools-linux.sh;
fi
- if [ "$PLATFORM" = "javascript" ]; then
git clone --depth 1 "https://github.com/emscripten-core/emsdk.git";
git clone --depth 1 --branch 1.39.19 https://github.com/emscripten-core/emsdk;
./emsdk/emsdk install latest;
./emsdk/emsdk activate --no-embedded latest;
fi