testing travis-ci #6
This commit is contained in:
parent
772b176635
commit
19bbf00c84
20
.travis.yml
20
.travis.yml
@ -1,18 +1,4 @@
|
||||
dist: trusty
|
||||
language: rust
|
||||
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
|
||||
rust:
|
||||
- nightly
|
||||
script: cd Rust && cargo build
|
Loading…
Reference in New Issue
Block a user