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
|
language: rust
|
||||||
|
|
||||||
|
rust:
|
||||||
|
- stable
|
||||||
|
- beta
|
||||||
|
- nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- rust: 1.15.0
|
- rust: 1.15.0
|
||||||
|
allow_failures:
|
||||||
|
- rust: nightly
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
cargo: true
|
cargo: true
|
||||||
|
|
Loading…
Reference in a new issue