Test only on stable
This commit is contained in:
parent
34970060ce
commit
65c98d5495
3 changed files with 4 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
|||
language: rust
|
||||
|
||||
rust:
|
||||
- beta
|
||||
- nightly
|
||||
- stable
|
||||
|
||||
sudo: false
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
PROJECT_NAME=zip-rs
|
||||
DOCS_REPO=mvdnes/rust-docs.git
|
||||
DOC_RUST_VERSION=beta
|
||||
DOC_RUST_VERSION=stable
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue