aboutsummaryrefslogtreecommitdiff
path: root/ci/script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/script.sh')
-rw-r--r--ci/script.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh
index 5196db7..a7a4718 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