Skip to content

Commit e50b0dc

Browse files
committed
Added Rust 1.25.0 to CI configuration.
See <rust-lang-deprecated/failure#279>
1 parent 03147a5 commit e50b0dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ matrix:
4343
- rust: nightly
4444
script: *test_all
4545

46+
# Test everything on Rust 1.25.0 for backward compatibility
47+
- rust: 1.25.0
48+
script: *test_all
49+
4650
# Upload docs on nightly
4751
- rust: nightly
4852
script:

0 commit comments

Comments
 (0)