Skip to content

Commit e9e6225

Browse files
committed
Remove the default job
1 parent ff4676f commit e9e6225

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

.travis.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,51 +6,59 @@ 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
40+
rust: 1.13.0
4041
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
42+
rust: 1.13.0
4143

4244
# Other architectures
4345
- env: TARGET=aarch64-unknown-linux-gnu
46+
rust: 1.13.0
4447
- env: TARGET=armv7-unknown-linux-gnueabihf
48+
rust: 1.13.0
4549
- env: TARGET=mips-unknown-linux-gnu
50+
rust: 1.13.0
4651
# - env: TARGET=mips64-unknown-linux-gnuabi64
4752
# - env: TARGET=mips64el-unknown-linux-gnuabi64
4853
- env: TARGET=mipsel-unknown-linux-gnu
54+
rust: 1.13.0
4955
- env: TARGET=powerpc-unknown-linux-gnu
56+
rust: 1.13.0
5057
# - env: TARGET=powerpc64-unknown-linux-gnu
5158
# - env: TARGET=powerpc64le-unknown-linux-gnu
5259
# - env: TARGET=s390x-unknown-linux-gnu
5360
- env: TARGET=arm-unknown-linux-gnueabi
61+
rust: 1.13.0
5462
# - env: TARGET=arm-unknown-linux-musleabi
5563

5664
# Testing beta on main targets

0 commit comments

Comments
 (0)