Remove reference to example

This example will be reintroduced in #306 instead
This commit is contained in:
Henrik Tjäder 2020-04-21 08:13:37 +00:00
parent fca678b874
commit 61c0e66d11

View file

@ -46,7 +46,6 @@ main() {
if [ $TRAVIS_RUST_VERSION = nightly ]; then if [ $TRAVIS_RUST_VERSION = nightly ]; then
# Tests where required MSRV > 1.36 # Tests where required MSRV > 1.36
local exs=( local exs=(
t-cfg-resources
) )
for ex in ${exs[@]}; do for ex in ${exs[@]}; do
cargo check --example $ex --target $T cargo check --example $ex --target $T