testing travis-ci #5

This commit is contained in:
Phuntsok Drak-pa 2018-04-06 03:51:10 +02:00
parent c0309084aa
commit 772b176635
1 changed files with 17 additions and 8 deletions

View File

@ -1,9 +1,18 @@
dist: trusty
language: rust language: rust
rust: sudo: false
- stable before_install:
- beta - set -e
- nightly - rustup self update
matrix: script:
allow_failures: - cd Rust
- rust: nightly - cargo build
fast_finish: true after_script: set +e
cache: cargo
branches:
only:
-master
notifications:
email:
- phundrak@phundrak.fr