Skip to content

Commit cca7ec2

Browse files
committed
ci: Test on Rust stable, beta, 1.1.0+
refs nix-rust#238
1 parent c2c052f commit cca7ec2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22
sudo: false
33
language: rust
44
rust:
5+
- 1.1.0 # Oldest supported version
6+
- 1.2.0
7+
- 1.3.0
8+
- 1.4.0
9+
- 1.5.0
10+
- stable
11+
- beta
512
- nightly
6-
- 1.1.0
13+
14+
# Failures on nightly shouldn't fail the overall build.
15+
matrix:
16+
allow_failures:
17+
- rust: nightly
718

819
os:
920
- linux

0 commit comments

Comments
 (0)