testing travis-ci #5
This commit is contained in:
parent
c0309084aa
commit
772b176635
25
.travis.yml
25
.travis.yml
@ -1,9 +1,18 @@
|
||||
dist: trusty
|
||||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
fast_finish: true
|
||||
sudo: false
|
||||
before_install:
|
||||
- set -e
|
||||
- rustup self update
|
||||
script:
|
||||
- cd Rust
|
||||
- cargo build
|
||||
after_script: set +e
|
||||
cache: cargo
|
||||
branches:
|
||||
only:
|
||||
-master
|
||||
|
||||
notifications:
|
||||
email:
|
||||
- phundrak@phundrak.fr
|
Loading…
Reference in New Issue
Block a user