Skip to content

Commit 13a0456

Browse files
committed
Add Rust 1.17.0 to Travis build
1 parent 41a33a3 commit 13a0456

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ rust:
66
- beta
77
- nightly
88

9-
# The two most recent stable releases before "stable"
9+
# Prevent accidentally breaking older Rust versions
1010
- 1.15.0
1111
- 1.16.0
12+
- 1.17.0
1213

1314
matrix:
1415
allow_failures:

0 commit comments

Comments
 (0)