Skip to content

Commit

Permalink
Travis: Pin Emscripten version to 1.39.19
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
akien-mga committed Jul 21, 2020
1 parent 15a9767 commit ca32585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca32585

Please sign in to comment.