Skip to content

Commit 4e90c24

Browse files
authored
It is latest-upstream, not latest-incoming
1 parent 64c9ca9 commit 4e90c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ matrix:
2020
- rustup component add rustfmt
2121
# install emsdk
2222
- git clone https://github.com/emscripten-core/emsdk.git
23-
- ./emsdk/emsdk install latest-incoming
24-
- ./emsdk/emsdk activate latest-incoming
23+
- ./emsdk/emsdk install latest-upstream
24+
- ./emsdk/emsdk activate latest-upstream
2525
- rustup target add asmjs-unknown-emscripten
2626
script:
2727
# the useful way to run rustfmt

0 commit comments

Comments
 (0)