Răsfoiți Sursa

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.
Rémi Verschelde 5 ani în urmă
părinte
comite
ca325856cf
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -67,7 +67,7 @@ install:
       misc/ci/android-tools-linux.sh;
       misc/ci/android-tools-linux.sh;
     fi
     fi
   - if [ "$PLATFORM" = "javascript" ]; then
   - 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 install latest;
       ./emsdk/emsdk activate --no-embedded latest;
       ./emsdk/emsdk activate --no-embedded latest;
     fi
     fi