From 5af4ec0056aa663a933acc869a4d350c214502fc Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 20 Sep 2016 22:12:41 -0400 Subject: Remove GNU nightly build. We should probably still test on it, but I'd prefer distributing exactly one Linux binary. Since the musl build is a totally static executable, we should prefer that. (The right answer is to test on GNU nightly, but don't produce a release artifact.) --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1d4a8939..0231cb23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,6 @@ matrix: - os: linux rust: nightly env: TARGET=x86_64-unknown-linux-musl - - os: linux - rust: nightly - env: TARGET=x86_64-unknown-linux-gnu - os: osx rust: nightly env: TARGET=i686-apple-darwin -- cgit v1.2.3