Skip to content

Commit

Permalink
Added Rust 1.25.0 to CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Dec 12, 2018
1 parent 03147a5 commit e50b0dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -43,6 +43,10 @@ matrix:
- rust: nightly
script: *test_all

# Test everything on Rust 1.25.0 for backward compatibility
- rust: 1.25.0
script: *test_all

# Upload docs on nightly
- rust: nightly
script:
Expand Down

0 comments on commit e50b0dc

Please sign in to comment.