Skip to content

Commit

Permalink
Disable beta on CI builds
Browse files Browse the repository at this point in the history
The regression in rust-lang/rust#35721 will most likely not be backported to beta until next week - see rust-lang/rust#35733 - so it probably makes sense to disable it for now.
  • Loading branch information
brendanzab committed Aug 20, 2016
1 parent e75a939 commit ed39001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addons:
- libdw-dev
rust:
- nightly
- beta
# - beta
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
Expand Down

0 comments on commit ed39001

Please sign in to comment.