@@ -6,51 +6,59 @@ language: rust
6
6
services : docker
7
7
sudo : required
8
8
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
-
13
9
env :
14
10
global :
15
11
- CRATE_NAME=nix
16
12
- CARGO_TEST_THREADS=1
17
13
18
- # default job
19
- - TARGET=x86_64-unknown-linux-gnu
20
-
21
14
matrix :
22
15
# These are all the build jobs. Adjust as necessary. Comment out what you
23
16
# don't need
24
17
include :
25
18
# Linux
26
19
- env : TARGET=i686-unknown-linux-gnu
20
+ rust : 1.13.0
27
21
- 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
29
25
- env : TARGET=x86_64-unknown-linux-musl
26
+ rust : 1.13.0
30
27
31
28
# OSX
32
29
- env : TARGET=i686-apple-darwin
30
+ rust : 1.13.0
33
31
os : osx
34
32
- env : TARGET=x86_64-apple-darwin
33
+ rust : 1.13.0
35
34
os : osx
36
35
37
36
# *BSD
38
37
- env : TARGET=i686-unknown-freebsd DISABLE_TESTS=1
38
+ rust : 1.13.0
39
39
- env : TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
40
+ rust : 1.13.0
40
41
- env : TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
42
+ rust : 1.13.0
41
43
42
44
# Other architectures
43
45
- env : TARGET=aarch64-unknown-linux-gnu
46
+ rust : 1.13.0
44
47
- env : TARGET=armv7-unknown-linux-gnueabihf
48
+ rust : 1.13.0
45
49
- env : TARGET=mips-unknown-linux-gnu
50
+ rust : 1.13.0
46
51
# - env: TARGET=mips64-unknown-linux-gnuabi64
47
52
# - env: TARGET=mips64el-unknown-linux-gnuabi64
48
53
- env : TARGET=mipsel-unknown-linux-gnu
54
+ rust : 1.13.0
49
55
- env : TARGET=powerpc-unknown-linux-gnu
56
+ rust : 1.13.0
50
57
# - env: TARGET=powerpc64-unknown-linux-gnu
51
58
# - env: TARGET=powerpc64le-unknown-linux-gnu
52
59
# - env: TARGET=s390x-unknown-linux-gnu
53
60
- env : TARGET=arm-unknown-linux-gnueabi
61
+ rust : 1.13.0
54
62
# - env: TARGET=arm-unknown-linux-musleabi
55
63
56
64
# Testing beta on main targets
0 commit comments