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