diff --git a/ci/script.sh b/ci/script.sh index 5196db74ce..a7a47181f3 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -46,7 +46,6 @@ main() { if [ $TRAVIS_RUST_VERSION = nightly ]; then # Tests where required MSRV > 1.36 local exs=( - t-cfg-resources ) for ex in ${exs[@]}; do cargo check --example $ex --target $T