disable non-nightly build

This commit is contained in:
Steve Klabnik 2016-08-26 13:40:58 -04:00 committed by Carol (Nichols || Goulding)
parent 0b7bb54df4
commit 71d4ab96d4

View File

@ -3,7 +3,10 @@ language: rust
cache: cargo
rust:
- nightly
- stable
# - beta
# ^ to be changed once a new beta is cut that doesn't crash
# - stable
# ^ to be changed once question_mark becomes stable
before_script:
- (cargo install mdbook || true)
script: