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 language: rust
rust: rust:
- beta - stable
- nightly
sudo: false sudo: false

View file

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

View file

@ -3,8 +3,7 @@ python:
- 2.7 - 2.7
env: env:
- RUST_VERSION=beta - RUST_VERSION=stable
- RUST_VERSION=nightly
notifications: notifications:
email: email:
@ -15,7 +14,7 @@ notifications:
install: install:
- curl -o ~/rustup.sh https://static.rust-lang.org/rustup.sh - 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: before_script:
- rustc --version - rustc --version