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
38bb98cf39
commit
c767f277fa
@@ -2,7 +2,6 @@ language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
dist: trusty
|
||||
sudo: false
|
||||
addons:
|
||||
|
||||
Reference in New Issue
Block a user