summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Expand)Author
2019-01-05ci: limit min rust version to cargo check (#829)Carl Lerche
2019-01-04Provide optional features on tokio crate (#808)Sean McArthur
2019-01-03travis: remove commented out code. (#828)Carl Lerche
2018-12-28ci: remove ALLOW_FAILURES=false in travis for nightly cargo doc (#816)Roman
2018-12-17ci: improve travis run times (#793)Roman
2018-11-19ci: Don't deploy docs if $TARGET is set (#762)Carl Lerche
2018-11-19Allow nightly builds to fail. (#743)Toby Lawrence
2018-09-15ci: Run `cargo test` with the --no-fail-fast flag (#635)Ivan Petkov
2018-09-06async-await: move examples into dedicated crate (#608)Carl Lerche
2018-08-29Bump minimum supported version & document support policy (#599)Eliza Weisman
2018-08-10Enable sanitizer tests for tokio-threadpool (#537)Stjepan Glavina
2018-08-08Move tokio-tls into workspace (#529)Sean McArthur
2018-07-06Bump minimum supported Rust to 1.25. (#465)Carl Lerche
2018-06-18Enable backtraces in CI & disable TSAN (#436)Carl Lerche
2018-05-29Unpin Rust nightly version (#379)Carl Lerche
2018-04-15Threadpool blocking (#317)Carl Lerche
2018-04-04Build 32/64-bit Linux and FreeBSD on Travis CI (#286)Roman
2018-03-28Provide a timer implementation (#249)Carl Lerche
2018-03-24Disable future 0.2 tests (#259)Carl Lerche
2018-03-21Update to futures 0.2.0-beta (#246)Aaron Turon
2018-03-13Travis: Move before_deploy out of matrix block (#229)Carl Lerche
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-13Try compiling Tokio on FreeBSD (#228)Carl Lerche
2018-03-06Fix benches (#188)Carl Lerche
2018-02-26Only deploy docs on linux. Take 2 (#155)Carl Lerche
2018-02-26Only deploy docs on linux (#154)Carl Lerche
2018-02-13Make benches compilable again (#133)Roman
2018-01-31Move tokio-io into the git repository. (#96)Carl Lerche
2018-01-26Merge remote-tracking branch 'core/master' into new-crateCarl Lerche
2018-01-05Expand CI coverage and update README (#80)Alex Crichton
2017-11-30Tweak travis configAlex Crichton
2017-11-06Run CI on Travis (#31)Carl Lerche
2017-09-12Move timer heap assertions behind a dedicated cfgAlex Crichton
2016-11-19Update travis tokenAlex Crichton
2016-11-08travis: Run `cargo bench` on `nightly`Dawid Ciężarkiewicz
2016-08-26Update travis tokenAlex Crichton
2016-08-26Rename to tokio-core, add in futures-ioAlex Crichton