rust-managed/.travis.yml

26 lines
609 B
YAML
Raw Normal View History

2017-01-08 02:28:51 +08:00
language: rust
matrix:
include:
- rust: stable
env: FEATURES='use_std'
- rust: beta
env: FEATURES='use_std'
- rust: nightly
env: FEATURES=''
- rust: nightly
env: FEATURES='use_alloc'
- rust: nightly
env: FEATURES='use_collections'
- rust: nightly
env: FEATURES='use_alloc use_collections'
2017-01-08 02:40:15 +08:00
- rust: nightly
env: FEATURES='use_std use_alloc use_collections'
2017-01-08 02:28:51 +08:00
script:
- cargo build --no-default-features --features "$FEATURES"
2017-01-08 02:28:51 +08:00
notifications:
irc:
channels:
- "chat.freenode.net#m-labs"
use_notice: true
skip_join: true