Skip to content

Commit

Permalink
Added Rust 1.18.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 ba20eea commit 9c54a2f
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.18.0 for backward compatibility
- rust: 1.18.0
script: *test_all

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

0 comments on commit 9c54a2f

Please sign in to comment.