Skip to content

Commit c117114

Browse files
committed
Added no_std_tests to travis
1 parent c3f5cce commit c117114

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ script:
3838
- cargo test --verbose --release
3939
- if [ ${TRAVIS_RUST_VERSION} == "stable" ]; then cargo doc --verbose --features="rand,serde,recovery,endomorphism"; fi
4040
- if [ ${TRAVIS_RUST_VERSION} == "nightly" ]; then cargo test --verbose --benches --features=unstable; fi
41+
- if [ ${TRAVIS_RUST_VERSION} == "nightly" -a "$TRAVIS_OS_NAME" = "linux" ]; then
42+
cd no_std_test &&
43+
cargo run --release | grep -q "Verified Successfully";
44+
fi
4145
- if [ ${TRAVIS_RUST_VERSION} == "stable" -a "$TRAVIS_OS_NAME" = "linux" ]; then
4246
CARGO_TARGET_DIR=cargo_web cargo install --verbose --force cargo-web &&
4347
cargo web build --verbose --target=asmjs-unknown-emscripten &&

0 commit comments

Comments
 (0)