Travis: fix feature names.

v0.7.x
whitequark 2017-03-05 05:50:31 +00:00
parent dbd25b4898
commit 21483da56b
1 changed files with 6 additions and 6 deletions

View File

@ -2,19 +2,19 @@ language: rust
matrix:
include:
- rust: stable
env: FEATURES='use_std'
env: FEATURES='std'
- rust: beta
env: FEATURES='use_std'
env: FEATURES='std'
- rust: nightly
env: FEATURES=''
- rust: nightly
env: FEATURES='use_alloc'
env: FEATURES='alloc'
- rust: nightly
env: FEATURES='use_collections'
env: FEATURES='collections'
- rust: nightly
env: FEATURES='use_alloc use_collections'
env: FEATURES='alloc collections'
- rust: nightly
env: FEATURES='use_std use_alloc use_collections'
env: FEATURES='std alloc collections'
script:
- cargo build --no-default-features --features "$FEATURES"
notifications: