Exclude no-std CI builds on beta and stable.

This commit is contained in:
sebcrozet 2018-05-24 18:37:30 +02:00 committed by Sébastien Crozet
parent 4b8560651c
commit 2fdc82306a
3 changed files with 6 additions and 6 deletions

View File

@ -31,10 +31,10 @@ script:
matrix:
exclude:
- rust: stable
env: NO_STD=1
env: NO_STD=1 CARGO_FEATURES=""
- rust: beta
env: NO_STD=1
# - rust: stable
# NO_STD=1 CARGO_FEATURES="alloc"
# - rust: beta
# NO_STD=1 CARGO_FEATURES="alloc"
env: NO_STD=1 CARGO_FEATURES=""
- rust: stable
env: NO_STD=1 CARGO_FEATURES="alloc"
- rust: beta
env: NO_STD=1 CARGO_FEATURES="alloc"

0
ci/build.sh Normal file → Executable file
View File

0
ci/test.sh Normal file → Executable file
View File