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
rust:
- stable
- beta
- nightly
os:
- linux
cache: cargo
script:
- cd Rust
- cargo build
matrix:
allow_failures:
- rust: nightly
fast_finish: true