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 0d3990c394
commit 7e54cdb4f5

View File

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