Skip to content

Commit 0c24972

Browse files
authored
Use last good Rust/EmSDK
1 parent ab89a8d commit 0c24972

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ matrix:
1616
- npm run $TEST_SUITE
1717

1818
- language: rust
19+
rust: "1.27.2"
20+
env: EMSDK_VERSION=1.38.21
1921
install:
2022
- rustup component add rustfmt
2123
# install emsdk
2224
- git clone https://github.com/emscripten-core/emsdk.git
23-
- ./emsdk/emsdk install latest
24-
- ./emsdk/emsdk activate latest
25+
- ./emsdk/emsdk install $EMSDK_VERSION
26+
- ./emsdk/emsdk activate $EMSDK_VERSION
2527
- rustup target add asmjs-unknown-emscripten
2628
script:
2729
# the useful way to run rustfmt

0 commit comments

Comments
 (0)