summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2017-07-13 23:31:56 -0600
committerAlan Somers <asomers@gmail.com>2017-07-13 23:31:56 -0600
commit414d29f57e61fa0573c78ba737aacda8edfa8bf5 (patch)
tree29cd87321e33e745eb07d067d1350ce203f1c0ad
parent17f87d49618bcfe282f294c318591181f686dec9 (diff)
downloadnix-414d29f57e61fa0573c78ba737aacda8edfa8bf5.zip
Make Travis faster
* Remove sudo: required * Remove rust=beta build on OSX * Remove rust=nightly builds
-rw-r--r--.travis.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml
index aa238157..92234237 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@
dist: trusty
language: rust
services: docker
-sudo: required
env:
global:
@@ -96,16 +95,6 @@ matrix:
# Testing beta on main targets
- env: TARGET=x86_64-unknown-linux-gnu
rust: beta
- - env: TARGET=x86_64-apple-darwin
- os: osx
- rust: beta
-
- # Testing nightly on main targets (allowed to fail)
- - env: TARGET=x86_64-unknown-linux-gnu
- rust: nightly
- - env: TARGET=x86_64-apple-darwin
- os: osx
- rust: nightly
allow_failures:
# Planning to add these targets, but they can fail for now
@@ -118,14 +107,6 @@ matrix:
- env: TARGET=s390x-unknown-linux-gnu
rust: 1.13.0
- # Failures for nightlies may be because of compiler bugs, so don't fail the
- # build if these fail.
- - env: TARGET=x86_64-unknown-linux-gnu
- rust: nightly
- - env: TARGET=x86_64-apple-darwin
- os: osx
- rust: nightly
-
before_install: set -e
install: