Explorar el Código

travis: Pin Rust 1.24 as minimum supported version

Johannes Hofmann hace 7 años
padre
commit
fb8dc48b3b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml Ver fichero

@@ -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