We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab89a8d commit 0c24972Copy full SHA for 0c24972
.travis.yml
@@ -16,12 +16,14 @@ matrix:
16
- npm run $TEST_SUITE
17
18
- language: rust
19
+ rust: "1.27.2"
20
+ env: EMSDK_VERSION=1.38.21
21
install:
22
- rustup component add rustfmt
23
# install emsdk
24
- git clone https://github.com/emscripten-core/emsdk.git
- - ./emsdk/emsdk install latest
- - ./emsdk/emsdk activate latest
25
+ - ./emsdk/emsdk install $EMSDK_VERSION
26
+ - ./emsdk/emsdk activate $EMSDK_VERSION
27
- rustup target add asmjs-unknown-emscripten
28
script:
29
# the useful way to run rustfmt
0 commit comments