Skip to content

Commit

Permalink
travis: drop beta Rust target
Browse files Browse the repository at this point in the history
I don't think we've ever seen a build failure on this test target so
it seems like a waste of resources to continuously build it.
  • Loading branch information
mgeisler committed Sep 11, 2019
1 parent eff1d0d commit 2c51bfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,9 +1,8 @@
language: rust

rust:
- 1.31.0
- 1.31.0 # Rust 2018
- stable
- beta
- nightly

cache: cargo
Expand Down

0 comments on commit 2c51bfc

Please sign in to comment.