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 64c9ca9 commit 4e90c24Copy full SHA for 4e90c24
.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-incoming
24
- - ./emsdk/emsdk activate latest-incoming
+ - ./emsdk/emsdk install latest-upstream
+ - ./emsdk/emsdk activate latest-upstream
25
- rustup target add asmjs-unknown-emscripten
26
script:
27
# the useful way to run rustfmt
0 commit comments