Browse Source

Travis: require build on stable Rust to succeed.

whitequark 7 năm trước cách đây
mục cha
commit
ab739531e2
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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: