Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Disable running with stable compiler on travis
Browse files Browse the repository at this point in the history
This means that the crate will be beta/nightly only for a while.
  • Loading branch information
Thomasdezeeuw committed Nov 22, 2018
1 parent 83909b0 commit d902405
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:
- os: osx
language: rust
rust:
- stable
# - stable # Enable once Rust 2018 compiles on stable.
- beta
- nightly
script:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ This is a fork of [mio] (v0.6.12, commit

[mio]: https://github.com/carllerche/mio

## Note

Current master only compiles with a beta/nightly compiler since Rust 2018
edition is used.


## Differences compared to mio

Expand Down

0 comments on commit d902405

Please sign in to comment.