Skip to content

Commit 41dbfae

Browse files
committed
Remove the default job
1 parent 07b2eb5 commit 41dbfae

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

.travis.yml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,51 +6,58 @@ language: rust
66
services: docker
77
sudo: required
88

9-
# This is the Rust channel that build jobs will use by default but can be
10-
# overridden on a case by case basis down below
11-
rust: 1.13.0
12-
139
env:
1410
global:
1511
- CRATE_NAME=nix
1612
- CARGO_TEST_THREADS=1
1713

18-
# default job
19-
- TARGET=x86_64-unknown-linux-gnu
20-
2114
matrix:
2215
# These are all the build jobs. Adjust as necessary. Comment out what you
2316
# don't need
2417
include:
2518
# Linux
2619
- env: TARGET=i686-unknown-linux-gnu
20+
rust: 1.13.0
2721
- env: TARGET=i686-unknown-linux-musl
28-
# - env: TARGET=x86_64-unknown-linux-gnu # this is the default job
22+
rust: 1.13.0
23+
- env: TARGET=x86_64-unknown-linux-gnu
24+
rust: 1.13.0
2925
- env: TARGET=x86_64-unknown-linux-musl
26+
rust: 1.13.0
3027

3128
# OSX
3229
- env: TARGET=i686-apple-darwin
30+
rust: 1.13.0
3331
os: osx
3432
- env: TARGET=x86_64-apple-darwin
33+
rust: 1.13.0
3534
os: osx
3635

3736
# *BSD
3837
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
38+
rust: 1.13.0
3939
# - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1 # Uses BuildBot instead
4040
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
41+
rust: 1.13.0
4142

4243
# Other architectures
4344
- env: TARGET=aarch64-unknown-linux-gnu
45+
rust: 1.13.0
4446
- env: TARGET=armv7-unknown-linux-gnueabihf
47+
rust: 1.13.0
4548
- env: TARGET=mips-unknown-linux-gnu
49+
rust: 1.13.0
4650
# - env: TARGET=mips64-unknown-linux-gnuabi64
4751
# - env: TARGET=mips64el-unknown-linux-gnuabi64
4852
- env: TARGET=mipsel-unknown-linux-gnu
53+
rust: 1.13.0
4954
- env: TARGET=powerpc-unknown-linux-gnu
55+
rust: 1.13.0
5056
# - env: TARGET=powerpc64-unknown-linux-gnu
5157
# - env: TARGET=powerpc64le-unknown-linux-gnu
5258
# - env: TARGET=s390x-unknown-linux-gnu
5359
- env: TARGET=arm-unknown-linux-gnueabi
60+
rust: 1.13.0
5461
# - env: TARGET=arm-unknown-linux-musleabi
5562

5663
# Testing beta on main targets

0 commit comments

Comments
 (0)