From 0bd40dad7dc699b80747faedc938210de50a45d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Tue, 21 Apr 2020 08:36:22 +0000 Subject: [PATCH] Temporarily disable extra test stub since tests are not merged yet --- ci/script.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/script.sh b/ci/script.sh index a7a47181f3..7b86e52aa6 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -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