Temporarily disable extra test stub since tests are not merged yet

This commit is contained in:
Henrik Tjäder 2020-04-21 08:36:22 +00:00
parent 61c0e66d11
commit 0bd40dad7d

View file

@ -45,11 +45,11 @@ main() {
if [ $TRAVIS_RUST_VERSION = nightly ]; then
# Tests where required MSRV > 1.36
local exs=(
)
for ex in ${exs[@]}; do
cargo check --example $ex --target $T
done
#local exs=(
#)
#for ex in ${exs[@]}; do
# cargo check --example $ex --target $T
#done
# multi-core compile-pass tests
pushd heterogeneous