Stop testing on nightly rust
The nightly compiler isn't able to compile rustfmt in 10 minutes. This causes Travis CI to terminate the build. We keep testing on beta and stable.
This commit is contained in:
committed by
GitHub
parent
0d3990c394
commit
7e54cdb4f5
@@ -2,7 +2,6 @@ language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
dist: trusty
|
||||
sudo: false
|
||||
addons:
|
||||
|
||||
Reference in New Issue
Block a user