浏览代码

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 年之前
父节点
当前提交
ca325856cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  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