Skip to content

Commit da49f2a

Browse files
committed
Merge #674
674: Make Travis faster r=Susurrus * Remove sudo: required * Remove rust=beta build on OSX * Remove rust=nightly builds
2 parents 17f87d4 + 414d29f commit da49f2a

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.travis.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
dist: trusty
55
language: rust
66
services: docker
7-
sudo: required
87

98
env:
109
global:
@@ -96,16 +95,6 @@ matrix:
9695
# Testing beta on main targets
9796
- env: TARGET=x86_64-unknown-linux-gnu
9897
rust: beta
99-
- env: TARGET=x86_64-apple-darwin
100-
os: osx
101-
rust: beta
102-
103-
# Testing nightly on main targets (allowed to fail)
104-
- env: TARGET=x86_64-unknown-linux-gnu
105-
rust: nightly
106-
- env: TARGET=x86_64-apple-darwin
107-
os: osx
108-
rust: nightly
10998

11099
allow_failures:
111100
# Planning to add these targets, but they can fail for now
@@ -118,14 +107,6 @@ matrix:
118107
- env: TARGET=s390x-unknown-linux-gnu
119108
rust: 1.13.0
120109

121-
# Failures for nightlies may be because of compiler bugs, so don't fail the
122-
# build if these fail.
123-
- env: TARGET=x86_64-unknown-linux-gnu
124-
rust: nightly
125-
- env: TARGET=x86_64-apple-darwin
126-
os: osx
127-
rust: nightly
128-
129110
before_install: set -e
130111

131112
install:

0 commit comments

Comments
 (0)