testing travis-ci #3

This commit is contained in:
Phuntsok Drak-pa 2018-04-06 03:42:21 +02:00
parent 50d8683811
commit b2b85233d3
1 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
language: rust language: rust
rust: rust:
- stable
- beta
- nightly - nightly
os: matrix:
- linux allow_failures:
cache: cargo - rust: nightly
script: fast_finish: true
- cd Rust
- cargo build