Commit graph

29 commits

Author SHA1 Message Date
Stjepan Glavina
184427cc0b fix a bug in .travis.yml 2019-09-26 23:15:56 -04:00
Stjepan Glavina
edfa2358a4 Re-export IO traits from futures 2019-09-21 14:30:52 +02:00
Yoshua Wuyts
bd43490d72
fix cargo test --doc
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
2019-09-18 22:56:13 +02:00
Yoshua Wuyts
c533d5f906
implement feedback & fix tests
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
2019-09-18 21:25:58 +02:00
Yoshua Wuyts
713ab026c3
build unstable for docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
2019-09-18 03:47:47 +02:00
Stjepan Glavina
a7788d4610
Update .travis.yml
run CI only on specific branches
2019-09-12 18:47:21 +01:00
bors[bot]
c3f6a5174b
Merge #168
168: Cache cargo artifacts r=yoshuawuyts a=stjepang

Supersedes #114 

This does not cache `~/.cargo/registry` because it's too big.

Co-authored-by: Stjepan Glavina <stjepang@gmail.com>
2019-09-10 11:59:11 +00:00
James Munns
a8090be3eb Fix book to use futures_channel and futures_util, re-enable testing (#172)
* Fix book to use futures_channel and futures_util, re-enable testing

* Make dev dependencies for the book explicit
2019-09-10 12:54:06 +02:00
Stjepan Glavina
714e173948 Cache cargo artifacts 2019-09-09 09:26:00 +02:00
Yoshua Wuyts
98d9284e64
disable mdbook to allow tests to pass again (#159)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
2019-09-07 23:11:20 +02:00
Atul Bhosale
5d73776c69 Use the latest toolchain with rustfmt available if rustfmt is unavailable on the latest nightly (#155) 2019-09-06 20:03:26 +02:00
Roman Proskuryakov
dde4b89369 Make Travis cfg pretty and modular (#118) 2019-09-03 09:09:05 +02:00
Stjepan Glavina
38a86766d3 Add future::timeout() (#20)
* Add future::timeout()

* Update src/future/timeout.rs

Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>

* Update src/future/timeout.rs

Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>

* Put futues::timeout behind unstable feature
2019-08-30 20:28:49 +02:00
James Munns
192c9683d9 Correct boolean inversion and overrided env vars 2019-08-27 16:45:32 +02:00
James Munns
b39c720681 Only install mdbook if building the book 2019-08-27 16:41:31 +02:00
James Munns
e0212e5229 Don't install cargo-update at all 2019-08-27 15:59:28 +02:00
James Munns
eba85c3ede Fix regex, also install cargo-update with trust 2019-08-27 15:33:46 +02:00
James Munns
de62620460 Implement installation using trust 2019-08-27 15:23:34 +02:00
Darin Morrison
06952b4c97 Test and build the book on travis 2019-08-25 04:34:41 -07:00
Stjepan Glavina
e9e3754402
Add Surf example (#78)
* Add Surf example

* Use a different osx image
2019-08-18 19:14:27 +02:00
Florian Gilcher
3b9ee1ad48
Revert "Manual: automated link checking using mdbook-linkcheck (#61)"
This reverts commit fc1774a8ad.
2019-08-18 15:21:55 +02:00
ngirard
fc1774a8ad Manual: automated link checking using mdbook-linkcheck (#61)
* travis.yml: add before_script instruction for mdbook and mdbook-linkcheck

* book.toml: add mdbook-linkcheck config options

* Update book.toml
2019-08-18 13:15:35 +02:00
Florian Gilcher
7e5ff9409b
Reenable windows builds (#49)
Currently deactivates windows docs build with `--feature docs`.
2019-08-16 21:46:23 +02:00
Stjepan Glavina
d287237f7b Deny warnings on Travis 2019-08-14 03:58:58 +02:00
Florian Gilcher
09f0325746
Deactivate windows tests for now 2019-08-13 20:24:04 +02:00
Stjepan Glavina
e93c138bf6 Reorder commands 2019-08-12 21:44:06 +02:00
Stjepan Glavina
08af9053d0 Fix broken build 2019-08-12 20:59:51 +02:00
Stjepan Glavina
e02349473c Change docs.rs to docs 2019-08-12 20:53:24 +02:00
Florian Gilcher
5b0a6269a9
Initial commit 2019-08-08 14:44:48 +02:00