Explorar el Código

travis: Don’t build on an old nightly, it’s broken

Paul Lietar hace 8 años
padre
commit
ac63e4dbb2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -2,7 +2,6 @@ language: rust
 rust:
   - stable
   - beta
-  - nightly-2016-07-03 # Last known to be working nightly
   - nightly
 
 cache: cargo