summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-20 22:12:41 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-20 22:12:41 -0400
commit5af4ec0056aa663a933acc869a4d350c214502fc (patch)
tree94f10e9f526d79141a0c7151360d2cdf986c7f11
parent9e2f10b8932aa8df9e2478d04b82635e3273803a (diff)
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.)
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 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