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
|
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
|
Loading…
Reference in New Issue
Block a user