@@ -16,74 +16,21 @@ matrix:
16
16
# don't need
17
17
include :
18
18
# Linux
19
- - env : TARGET=aarch64-unknown-linux-gnu
20
- rust : 1.13.0
21
- - env : TARGET=arm-unknown-linux-gnueabi
22
- rust : 1.13.0
23
- # - env: TARGET=arm-unknown-linux-musleabi
24
- - env : TARGET=armv7-unknown-linux-gnueabihf
25
- rust : 1.13.0
26
- - env : TARGET=i686-unknown-linux-gnu
27
- rust : 1.13.0
28
- - env : TARGET=i686-unknown-linux-musl
29
- rust : 1.13.0
30
- - env : TARGET=mips-unknown-linux-gnu
31
- rust : 1.13.0
32
- # - env: TARGET=mips64-unknown-linux-gnuabi64
33
- # - env: TARGET=mips64el-unknown-linux-gnuabi64
34
- - env : TARGET=mipsel-unknown-linux-gnu
35
- rust : 1.13.0
36
- - env : TARGET=powerpc-unknown-linux-gnu
37
- rust : 1.13.0
38
- - env : TARGET=powerpc64-unknown-linux-gnu
39
- rust : 1.13.0
40
- - env : TARGET=powerpc64le-unknown-linux-gnu
41
- rust : 1.13.0
42
- # - env: TARGET=s390x-unknown-linux-gnu
43
19
- env : TARGET=x86_64-unknown-linux-gnu
44
20
rust : 1.13.0
45
- - env : TARGET=x86_64-unknown-linux-musl
46
- rust : 1.13.0
47
21
48
22
# OSX
49
- - env : TARGET=i686-apple-darwin
50
- rust : 1.13.0
51
- os : osx
52
23
- env : TARGET=x86_64-apple-darwin
53
24
rust : 1.13.0
54
25
os : osx
55
26
56
- # *BSD
57
- - env : TARGET=i686-unknown-freebsd DISABLE_TESTS=1
58
- rust : 1.13.0
59
- # - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1 # Uses BuildBot instead
60
- - env : TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
61
- rust : 1.13.0
62
-
63
27
# Testing beta on main targets
64
28
- env : TARGET=x86_64-unknown-linux-gnu
65
29
rust : beta
66
- - env : TARGET=x86_64-apple-darwin
67
- os : osx
68
- rust : beta
69
30
70
31
# Testing nightly on main targets (allowed to fail)
71
32
- env : TARGET=x86_64-unknown-linux-gnu
72
33
rust : nightly
73
- - env : TARGET=x86_64-apple-darwin
74
- os : osx
75
- rust : nightly
76
-
77
- # Testing nightlies on main targets. These might fail because of issues
78
- # with the compiler, so we allow failures here.
79
- allow_failures :
80
- # Failures for nightlies may be because of compiler bugs, so don't fail the
81
- # build if these fail.
82
- - env : TARGET=x86_64-unknown-linux-gnu
83
- rust : nightly
84
- - env : TARGET=x86_64-apple-darwin
85
- os : osx
86
- rust : nightly
87
34
88
35
before_install : set -e
89
36
0 commit comments