Browse Source

Travis: require build on stable Rust to succeed.

whitequark 7 years ago
parent
commit
ab739531e2
1 changed files with 0 additions and 2 deletions
  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: