diff --git a/.travis.yml b/.travis.yml index 6330e2c..e95e604 100644 --- a/.travis.yml +++ b/.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 \ No newline at end of file