From 9f9188a68274f748e88eb0d878e1f5c4aff2946c Mon Sep 17 00:00:00 2001 From: Peter Tseng Date: Tue, 17 Apr 2018 08:58:21 +0000 Subject: [PATCH] travis: No longer run nightly builds We never took action on nightly failing, and we prefer to get results faster and not use up as many of the organisation-wide five build slots. Closes https://github.com/exercism/rust/issues/498 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b4144c943..bb9f204a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ sudo: false rust: - stable - beta - - nightly env: - DENYWARNINGS= - DENYWARNINGS=1