Skip to content

Commit efcae3b

Browse files
taiki-ecramertj
authored andcommitted
Workaround for broken initialization script of travis
1 parent 09aa158 commit efcae3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,16 @@ matrix:
2828
- name: cargo test
2929
rust: nightly
3030
os: osx
31+
before_script:
32+
# TODO: https://github.com/rust-lang-nursery/futures-rs/pull/1685#issuecomment-506927847
33+
- rustup update
3134

3235
- name: cargo test
3336
rust: nightly
3437
os: linux
38+
before_script:
39+
# TODO: https://github.com/rust-lang-nursery/futures-rs/pull/1685#issuecomment-506927847
40+
- rustup update
3541

3642
- name: cargo build (with minimal versions)
3743
rust: nightly

0 commit comments

Comments
 (0)