We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c711f0 commit 6dfc6a6Copy full SHA for 6dfc6a6
.travis.yml
@@ -3,7 +3,11 @@ sudo: false
3
4
matrix:
5
include:
6
- - rust: 1.15.0
+ - 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
11
- rust: stable
12
- rust: beta
13
- rust: nightly
0 commit comments