We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09aa158 commit efcae3bCopy full SHA for efcae3b
.travis.yml
@@ -28,10 +28,16 @@ matrix:
28
- name: cargo test
29
rust: nightly
30
os: osx
31
+ before_script:
32
+ # TODO: https://github.com/rust-lang-nursery/futures-rs/pull/1685#issuecomment-506927847
33
+ - rustup update
34
35
36
37
os: linux
38
39
40
41
42
- name: cargo build (with minimal versions)
43
0 commit comments