Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the default job
Browse files Browse the repository at this point in the history
Susurrus committed Apr 18, 2017
1 parent ff4676f commit e9e6225
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -6,51 +6,59 @@ language: rust
services: docker
sudo: required

# This is the Rust channel that build jobs will use by default but can be
# overridden on a case by case basis down below
rust: 1.13.0

env:
global:
- CRATE_NAME=nix
- CARGO_TEST_THREADS=1

# default job
- TARGET=x86_64-unknown-linux-gnu

matrix:
# These are all the build jobs. Adjust as necessary. Comment out what you
# don't need
include:
# Linux
- env: TARGET=i686-unknown-linux-gnu
rust: 1.13.0
- env: TARGET=i686-unknown-linux-musl
# - env: TARGET=x86_64-unknown-linux-gnu # this is the default job
rust: 1.13.0
- env: TARGET=x86_64-unknown-linux-gnu
rust: 1.13.0
- env: TARGET=x86_64-unknown-linux-musl
rust: 1.13.0

# OSX
- env: TARGET=i686-apple-darwin
rust: 1.13.0
os: osx
- env: TARGET=x86_64-apple-darwin
rust: 1.13.0
os: osx

# *BSD
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
rust: 1.13.0
- env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
rust: 1.13.0
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
rust: 1.13.0

# Other architectures
- env: TARGET=aarch64-unknown-linux-gnu
rust: 1.13.0
- env: TARGET=armv7-unknown-linux-gnueabihf
rust: 1.13.0
- env: TARGET=mips-unknown-linux-gnu
rust: 1.13.0
# - env: TARGET=mips64-unknown-linux-gnuabi64
# - env: TARGET=mips64el-unknown-linux-gnuabi64
- env: TARGET=mipsel-unknown-linux-gnu
rust: 1.13.0
- env: TARGET=powerpc-unknown-linux-gnu
rust: 1.13.0
# - env: TARGET=powerpc64-unknown-linux-gnu
# - env: TARGET=powerpc64le-unknown-linux-gnu
# - env: TARGET=s390x-unknown-linux-gnu
- env: TARGET=arm-unknown-linux-gnueabi
rust: 1.13.0
# - env: TARGET=arm-unknown-linux-musleabi

# Testing beta on main targets

0 comments on commit e9e6225

Please sign in to comment.