Explorar el Código

Travis: require build on stable Rust to succeed.

whitequark hace 8 años
padre
commit
ab739531e2
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -13,8 +13,6 @@ matrix:
       env: FEATURES='alloc collections' MODE='build'
     - rust: nightly
       env: FEATURES='' MODE='build'
-  allow_failures:
-    - rust: stable # until 1.15 comes out
 script:
    - cargo "$MODE" --no-default-features --features "$FEATURES"
 notifications: