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: matrix:
include: include:
- rust: stable - rust: stable
env: FEATURES='use_std' env: FEATURES='std'
- rust: beta - rust: beta
env: FEATURES='use_std' env: FEATURES='std'
- rust: nightly - rust: nightly
env: FEATURES='' env: FEATURES=''
- rust: nightly - rust: nightly
env: FEATURES='use_alloc' env: FEATURES='alloc'
- rust: nightly - rust: nightly
env: FEATURES='use_collections' env: FEATURES='collections'
- rust: nightly - rust: nightly
env: FEATURES='use_alloc use_collections' env: FEATURES='alloc collections'
- rust: nightly - rust: nightly
env: FEATURES='use_std use_alloc use_collections' env: FEATURES='std alloc collections'
script: script:
- cargo build --no-default-features --features "$FEATURES" - cargo build --no-default-features --features "$FEATURES"
notifications: notifications: