Skip to content

Commit

Permalink
Merge pull request #40563 from akien-mga/travis-pin-emscripten-1.39.19
Browse files Browse the repository at this point in the history
Travis: Pin Emscripten version to 1.39.19
  • Loading branch information
akien-mga authored Jul 21, 2020
2 parents 15a9767 + ca32585 commit fa3ac7d
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 fa3ac7d

Please sign in to comment.