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 4e90c24 commit ab89a8dCopy full SHA for ab89a8d
.travis.yml
@@ -20,8 +20,8 @@ matrix:
20
- rustup component add rustfmt
21
# install emsdk
22
- git clone https://github.com/emscripten-core/emsdk.git
23
- - ./emsdk/emsdk install latest-upstream
24
- - ./emsdk/emsdk activate latest-upstream
+ - ./emsdk/emsdk install latest
+ - ./emsdk/emsdk activate latest
25
- rustup target add asmjs-unknown-emscripten
26
script:
27
# the useful way to run rustfmt
0 commit comments