Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 8554cf9

Browse files
committed
add no_std build test to travis
1 parent 9dc6119 commit 8554cf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ script:
1414
- cargo test --verbose
1515
- cargo test --verbose --features "serde"
1616
- cargo build --verbose --features "fuzztarget"
17+
- cargo build --verbose --no-default-features
1718
- if [ "$(rustup show | grep default | grep beta)" != "" ]; then cargo install --force cargo-web && cargo web build --target=asmjs-unknown-emscripten && cargo web test --target=asmjs-unknown-emscripten --nodejs; fi
1819
- if [ "$(rustup show | grep default | grep stable)" != "" ]; then cd fuzz && cargo test --verbose && ./travis-fuzz.sh; fi

0 commit comments

Comments
 (0)