diff --git a/.travis.yml b/.travis.yml index fbb1404a..6e0bf895 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: rust rust: - - beta - - nightly + - stable sudo: false diff --git a/script/doc-upload.cfg b/script/doc-upload.cfg index 851b709d..cd512bae 100644 --- a/script/doc-upload.cfg +++ b/script/doc-upload.cfg @@ -1,3 +1,3 @@ PROJECT_NAME=zip-rs DOCS_REPO=mvdnes/rust-docs.git -DOC_RUST_VERSION=beta +DOC_RUST_VERSION=stable diff --git a/shippable.yml b/shippable.yml index 911b1bc7..3257f292 100644 --- a/shippable.yml +++ b/shippable.yml @@ -3,8 +3,7 @@ python: - 2.7 env: - - RUST_VERSION=beta - - RUST_VERSION=nightly + - RUST_VERSION=stable notifications: email: @@ -15,7 +14,7 @@ notifications: install: - curl -o ~/rustup.sh https://static.rust-lang.org/rustup.sh - - sudo sh ~/rustup.sh --spec=$RUST_VERSION 2> /dev/null + - sudo sh ~/rustup.sh --spec=$RUST_VERSION --disable-sudo -y 2> /dev/null before_script: - rustc --version