Explorar el Código

Merge pull request #40563 from akien-mga/travis-pin-emscripten-1.39.19

Travis: Pin Emscripten version to 1.39.19
Rémi Verschelde hace 5 años
padre
commit
fa3ac7deae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -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