Skip to content

Commit

Permalink
Merge #713
Browse files Browse the repository at this point in the history
713: Move i686-unknown-freebsd builds from Travis to BuildBot r=asomers
  • Loading branch information
bors[bot] committed Jul 30, 2017
2 parents 7cecf7f + ec6fe06 commit 318441d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@ matrix:
os: osx

# *BSD
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
rust: 1.13.0
# - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1 # Uses BuildBot instead
# FreeBSD i686 and x86_64 use BuildBot instead of Travis
# Note that i686-unknown-freebsd is actually using stable Rust instead of
# 1.13.0 because rustup does not support i686-unknown-freebsd
# - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
# - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
rust: 1.13.0

Expand Down
3 changes: 2 additions & 1 deletion bors.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Gate on Travis CI and Buildbot
status = ["continuous-integration/travis-ci/push",
"buildbot/nix-rust/nix amd64_fbsd11"]
"buildbot/nix-rust/nix amd64_fbsd11",
"buildbot/nix-rust/nix i386_fbsd11"]

# Set bors's timeout to 4 hours
#
Expand Down

0 comments on commit 318441d

Please sign in to comment.