Skip to content

Commit ab89a8d

Browse files
authored
Let's try new latest which should be 1.38.27 now
If it fails, then `./emsdk update-tags` might be needed.
1 parent 4e90c24 commit ab89a8d

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-upstream
24-
- ./emsdk/emsdk activate latest-upstream
23+
- ./emsdk/emsdk install latest
24+
- ./emsdk/emsdk activate latest
2525
- rustup target add asmjs-unknown-emscripten
2626
script:
2727
# the useful way to run rustfmt

0 commit comments

Comments
 (0)