Build with rust stable/beta/nightly
I don't remember why we disabled this, actually.
This commit is contained in:
parent
2b7706424a
commit
bc75e96b64
1 changed files with 7 additions and 0 deletions
|
@ -7,9 +7,16 @@ dist:
|
|||
|
||||
language: rust
|
||||
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- rust: 1.15.0
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
||||
cache:
|
||||
cargo: true
|
||||
|
|
Loading…
Reference in a new issue