commit
0a8707b1e6
1 changed files with 12 additions and 8 deletions
20
.travis.yml
20
.travis.yml
|
|
@ -1,15 +1,19 @@
|
||||||
language: rust
|
language: rust
|
||||||
|
|
||||||
rust:
|
matrix:
|
||||||
- stable
|
include:
|
||||||
- beta
|
- rust: stable
|
||||||
- nightly
|
env: TARGET=x86_64-unknown-linux-gnu
|
||||||
|
- rust: beta
|
||||||
|
env: TARGET=x86_64-unknown-linux-gnu
|
||||||
|
- rust: nightly
|
||||||
|
env: TARGET=x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
os:
|
- rust: stable
|
||||||
- linux
|
os: osx
|
||||||
- osx
|
env: TARGET=x86_64-apple-darwin
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
timeout: 360
|
timeout: 360
|
||||||
cargo: true
|
cargo: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue