Skip to content

Commit

Permalink
Merge nix-rust#674
Browse files Browse the repository at this point in the history
674: Make Travis faster r=Susurrus

* Remove sudo: required
* Remove rust=beta build on OSX
* Remove rust=nightly builds
  • Loading branch information
bors[bot] committed Jul 14, 2017
2 parents 17f87d4 + 414d29f commit da49f2a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
dist: trusty
language: rust
services: docker
sudo: required

env:
global:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit da49f2a

Please sign in to comment.