test_full.sh 204 B

1234567891011
  1. #!/bin/bash
  2. set -ex
  3. echo Testing num-traits on rustc ${TRAVIS_RUST_VERSION}
  4. # num-integer should build and test everywhere.
  5. cargo build --verbose
  6. cargo test --verbose
  7. # We have no features to test...