Skip to content

Commit

Permalink
Require Rust 1.24.1 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
bachp committed Aug 9, 2018
1 parent 6ff85d8 commit 9eede2c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions .travis.yml
Expand Up @@ -22,63 +22,63 @@ matrix:
# Additionally they're moved to the front of the line to get them in the Travis
# OS X build queue first.
- env: TARGET="aarch64-apple-ios;armv7-apple-ios;armv7s-apple-ios;i386-apple-ios;x86_64-apple-ios" DISABLE_TESTS=1
rust: 1.20.0
rust: 1.24.1
os: osx

# Mac builds
# These are also moved to be first because they wait in a long queue with Travis
- env: TARGET=i686-apple-darwin
rust: 1.20.0
rust: 1.24.1
os: osx
- env: TARGET=x86_64-apple-darwin
rust: 1.20.0
rust: 1.24.1
os: osx

# Android
- env: TARGET=aarch64-linux-android DISABLE_TESTS=1
rust: 1.20.0
rust: 1.24.1
- env: TARGET=arm-linux-androideabi DISABLE_TESTS=1
rust: 1.20.0
rust: 1.24.1
- env: TARGET=armv7-linux-androideabi DISABLE_TESTS=1
rust: 1.20.0
rust: 1.24.1
- env: TARGET=i686-linux-android DISABLE_TESTS=1
rust: 1.20.0
rust: 1.24.1
- env: TARGET=x86_64-linux-android DISABLE_TESTS=1
rust: 1.20.0
rust: 1.24.1

# Linux
- env: TARGET=aarch64-unknown-linux-gnu
rust: 1.20.0
rust: 1.24.1
- env: TARGET=arm-unknown-linux-gnueabi
rust: 1.20.0
rust: 1.24.1
- env: TARGET=arm-unknown-linux-musleabi DISABLE_TESTS=1
rust: 1.20.0
rust: 1.24.1
- env: TARGET=armv7-unknown-linux-gnueabihf
rust: 1.20.0
rust: 1.24.1
- env: TARGET=i686-unknown-linux-gnu
rust: 1.20.0
rust: 1.24.1
- env: TARGET=i686-unknown-linux-musl
rust: 1.20.0
rust: 1.24.1
- env: TARGET=mips-unknown-linux-gnu
rust: 1.20.0
rust: 1.24.1
- env: TARGET=mips64-unknown-linux-gnuabi64
rust: 1.20.0
rust: 1.24.1
- env: TARGET=mips64el-unknown-linux-gnuabi64
rust: 1.20.0
rust: 1.24.1
- env: TARGET=mipsel-unknown-linux-gnu
rust: 1.20.0
rust: 1.24.1
- env: TARGET=powerpc-unknown-linux-gnu DISABLE_TESTS=1
rust: 1.20.0
rust: 1.24.1
- env: TARGET=powerpc64-unknown-linux-gnu
rust: 1.20.0
rust: 1.24.1
- env: TARGET=powerpc64le-unknown-linux-gnu
rust: 1.20.0
rust: 1.24.1
- env: TARGET=s390x-unknown-linux-gnu DISABLE_TESTS=1
rust: 1.20.0
rust: 1.24.1
- env: TARGET=x86_64-unknown-linux-gnu
rust: 1.20.0
rust: 1.24.1
- env: TARGET=x86_64-unknown-linux-musl
rust: 1.20.0
rust: 1.24.1

# *BSD
# FreeBSD i686 and x86_64 use BuildBot instead of Travis
Expand All @@ -87,7 +87,7 @@ matrix:
# - 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.20.0
rust: 1.24.1

# Make sure stable is always working too
- env: TARGET=x86_64-unknown-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ limitations. Support for platforms is split into three tiers:
*do not* block the inclusion of new code. Testing may be run, but
failures in tests don't block the inclusion of new code.

The following targets are all supported by nix on Rust 1.20.0 or newer (unless
The following targets are all supported by nix on Rust 1.24.1 or newer (unless
otherwise noted):

Tier 1:
Expand Down

0 comments on commit 9eede2c

Please sign in to comment.