From 61c0e66d11eaddb2e588546385e62230f66f0d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Tue, 21 Apr 2020 08:13:37 +0000 Subject: [PATCH] Remove reference to example This example will be reintroduced in #306 instead --- ci/script.sh | 1 - 1 file changed, 1 deletion(-) 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