Skip to content

Commit

Permalink
ci: drop official support for rustc < 1.7.0
Browse files Browse the repository at this point in the history
Supporting older verisons of rust is causing CI to fail and is
a somewhat constant support burden with questionable value.  1.7.0
is the oldest I have seen that people have had a requirement on
supporting in recent history.

It may make sense to work toward a more official policy on
what version of rust we will support in the future.  Users of
older version of rust are, of course, welcome to use older versions
of nix and everything else in the ecosystem.

Signed-off-by: Paul Osborne <paul.osborne@smartthings.com>
  • Loading branch information
posborne committed Oct 24, 2016
1 parent 001fecb commit ae517b1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ addons:
- binutils-dev

rust:
- 1.2.0 # Oldest supported version
- 1.7.0
- 1.8.0
- 1.7.0 # Oldest supported version
- stable
- beta
- nightly
Expand Down Expand Up @@ -48,12 +46,6 @@ matrix:
- os: osx
env: ARCH=i686
rust: stable
- os: osx
env: ARCH=x86_64
rust: 1.2.0
- os: osx
env: ARCH=i686
rust: 1.2.0
# Docker builds for other targets
- os: linux
env: TARGET=aarch64-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:arm
Expand Down

0 comments on commit ae517b1

Please sign in to comment.