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:
Jakob Stoklund Olesen
2017-01-25 16:35:28 -08:00
committed by GitHub
parent 38bb98cf39
commit c767f277fa

View File

@@ -2,7 +2,6 @@ language: rust
rust:
- stable
- beta
- nightly
dist: trusty
sudo: false
addons: