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