Test only on stable

This commit is contained in:
Mathijs van de Nes 2015-05-18 11:31:58 +02:00
parent 34970060ce
commit 65c98d5495
3 changed files with 4 additions and 6 deletions

View file

@ -1,8 +1,7 @@
language: rust
rust:
- beta
- nightly
- stable
sudo: false

View file

@ -1,3 +1,3 @@
PROJECT_NAME=zip-rs
DOCS_REPO=mvdnes/rust-docs.git
DOC_RUST_VERSION=beta
DOC_RUST_VERSION=stable

View file

@ -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