File tree 2 files changed +7
-4
lines changed 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,11 @@ matrix:
86
86
os : osx
87
87
88
88
# *BSD
89
- - env : TARGET=i686-unknown-freebsd DISABLE_TESTS=1
90
- rust : 1.13.0
91
- # - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1 # Uses BuildBot instead
89
+ # FreeBSD i686 and x86_64 use BuildBot instead of Travis
90
+ # Note that i686-unknown-freebsd is actually using stable Rust instead of
91
+ # 1.13.0 because rustup does not support i686-unknown-freebsd
92
+ # - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
93
+ # - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
92
94
- env : TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
93
95
rust : 1.13.0
94
96
Original file line number Diff line number Diff line change 1
1
# Gate on Travis CI and Buildbot
2
2
status = [" continuous-integration/travis-ci/push" ,
3
- " buildbot/nix-rust/nix amd64_fbsd11" ]
3
+ " buildbot/nix-rust/nix amd64_fbsd11" ,
4
+ " buildbot/nix-rust/nix i386_fbsd11" ]
4
5
5
6
# Set bors's timeout to 4 hours
6
7
#
You can’t perform that action at this time.
0 commit comments