Skip to content

Commit f402eeb

Browse files
committed
ci: Test on stable and beta, as well as all released versions
refs nix-rust#238
1 parent 4450b96 commit f402eeb

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.travis.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,20 @@
22
sudo: false
33
language: rust
44
rust:
5-
- nightly
5+
- 1.0.0
66
- 1.1.0
7+
- 1.2.0
8+
- 1.3.0
9+
- 1.4.0
10+
- 1.5.0
11+
- stable
12+
- beta
13+
- nightly
14+
15+
# Failures on nightly shouldn't fail the overall build.
16+
matrix:
17+
allow_failures:
18+
- rust: nightly
719

820
os:
921
- linux

0 commit comments

Comments
 (0)