Skip to content

Commit 7fc17a3

Browse files
committed
Try to compile on Travis with latest Rust and EMSDK
1 parent 2bfcf14 commit 7fc17a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ matrix:
1616
- npm run $TEST_SUITE
1717

1818
- language: rust
19-
rust: "1.27.2"
20-
env: EMSDK_VERSION=sdk-1.38.21-64bit
19+
#rust: "1.27.2"
20+
#env: EMSDK_VERSION=sdk-1.38.21-64bit
21+
env: EMSDK_VERSION=latest
2122
install:
2223
#- rustup component add rustfmt
2324
# install emsdk

0 commit comments

Comments
 (0)