Skip to content

Commit 4228e72

Browse files
committed
Change compiler to beta for emscripten (stable is failing)
1 parent 8f88b6d commit 4228e72

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
@@ -103,10 +103,10 @@ matrix:
103103
rust: beta
104104
- os: linux
105105
env: TARGET=asmjs-unknown-emscripten
106-
rust: stable
106+
rust: beta
107107
- os: linux
108108
env: TARGET=wasm32-unknown-emscripten
109-
rust: stable
109+
rust: beta
110110

111111
# beta
112112
- os: linux

0 commit comments

Comments
 (0)