Browse Source

travis: Pin Rust 1.24 as minimum supported version

Johannes Hofmann 7 years ago
parent
commit
fb8dc48b3b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml View File

@@ -2,6 +2,7 @@ language: rust
2 2
 rust:
3 3
   - stable
4 4
   - nightly
5
+  - 1.24.0
5 6
 cache: cargo
6 7
 dist: trusty
7 8
 sudo: false