diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-04-21 08:13:37 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-04-21 08:13:37 +0000 |
| commit | 61c0e66d11eaddb2e588546385e62230f66f0d00 (patch) | |
| tree | 16ecaa758ce00e402174d32bbd06a08bd83033a3 /ci/script.sh | |
| parent | fca678b8744a925aeb186dca9b4696abc1aac50e (diff) | |
Remove reference to example
This example will be reintroduced in #306 instead
Diffstat (limited to 'ci/script.sh')
| -rw-r--r-- | ci/script.sh | 1 |
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 |
