Skip to content

Commit 6dfc6a6

Browse files
committed
Test two additional relevant compiler versions
1 parent 7c711f0 commit 6dfc6a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ sudo: false
33

44
matrix:
55
include:
6-
- rust: 1.15.0
6+
- rust: 1.15.0 # oldest supported version
7+
script: cargo build
8+
- rust: 1.19.0 # first release with the --tests flag
9+
script: cargo test --tests
10+
- rust: 1.26.0 # first release on which our doc tests pass
711
- rust: stable
812
- rust: beta
913
- rust: nightly

0 commit comments

Comments
 (0)