Updated travis.yml to test no-std too

This commit is contained in:
Elichai Turkel 2019-02-18 14:42:06 +02:00
parent ab8066eb1a
commit 6871567a1c
No known key found for this signature in database
GPG Key ID: 5607C93B5F86650C
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ script:
- cargo build --verbose --features=rand
- cargo test --verbose --features=rand
- cargo test --verbose --features="rand serde"
- cargo build --verbose --no-default-features
- cargo build --verbose --no-default-features --features="serde"
- cargo build --verbose --no-default-features --features="rand"
- cargo build --verbose --no-default-features --features="rand serde"
- cargo build --verbose
- cargo test --verbose
- cargo build --release