aboutsummaryrefslogtreecommitdiff
path: root/ci/script.sh
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-04-21 08:13:37 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-04-21 08:13:37 +0000
commit61c0e66d11eaddb2e588546385e62230f66f0d00 (patch)
tree16ecaa758ce00e402174d32bbd06a08bd83033a3 /ci/script.sh
parentfca678b8744a925aeb186dca9b4696abc1aac50e (diff)
Remove reference to example
This example will be reintroduced in #306 instead
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