]> git.proxmox.com Git - rustc.git/blob - src/vendor/num-iter/ci/test_full.sh
New upstream version 1.26.0+dfsg1
[rustc.git] / src / vendor / num-iter / ci / test_full.sh
1 #!/bin/bash
2
3 set -ex
4
5 echo Testing num-iter on rustc ${TRAVIS_RUST_VERSION}
6
7 # num-iter should build and test everywhere.
8 cargo build --verbose
9 cargo test --verbose
10
11 # test `no_std`
12 cargo build --verbose --no-default-features
13 cargo test --verbose --no-default-features