summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)Author
2017-11-06Run CI on Travis (#31)Carl Lerche
Mio should be providing the compatibility layer so there is no need to run CI on OS X as well as Linux. Benches are currently being skipped as the Tokio reform work progresses.
2017-09-12Move timer heap assertions behind a dedicated cfgAlex Crichton
No need to punish projects that enable debug assertions for themselves
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
Renames the futures-mio crate to tokio-core, pulls in the futures-io crate under an `io` module, and gets everything compiling.