num-traits/.travis/test_nightly.sh

11 lines
175 B
Bash
Raw Normal View History

#!/bin/sh
set -ex
cargo bench --verbose
cargo test --verbose --manifest-path=macros/Cargo.toml
2016-08-17 10:19:51 +00:00
# Build test for the serde feature
cargo build --verbose --features "serde"