Skip to content

Commit ae517b1

Browse files
committed
ci: drop official support for rustc < 1.7.0
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 <[email protected]>
1 parent 001fecb commit ae517b1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.travis.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ addons:
1616
- binutils-dev
1717

1818
rust:
19-
- 1.2.0 # Oldest supported version
20-
- 1.7.0
21-
- 1.8.0
19+
- 1.7.0 # Oldest supported version
2220
- stable
2321
- beta
2422
- nightly
@@ -48,12 +46,6 @@ matrix:
4846
- os: osx
4947
env: ARCH=i686
5048
rust: stable
51-
- os: osx
52-
env: ARCH=x86_64
53-
rust: 1.2.0
54-
- os: osx
55-
env: ARCH=i686
56-
rust: 1.2.0
5749
# Docker builds for other targets
5850
- os: linux
5951
env: TARGET=aarch64-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:arm

0 commit comments

Comments
 (0)