#!/bin/bashset-execho Testing num-iter on rustc ${TRAVIS_RUST_VERSION}# num-iter should build and test everywhere.cargo build --verbosecargo test --verbose# test `no_std`cargo build --verbose --no-default-featurescargo test --verbose --no-default-features