From f5d6faa019ca30244732a18599a2721fb0ba03b3 Mon Sep 17 00:00:00 2001 From: perryrh0dan <thomaspoehlmann96@googlemail.com> Date: Wed, 2 Sep 2020 19:50:42 +0200 Subject: [PATCH] fix(travis): remove tests --- scripts/script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/script.sh b/scripts/script.sh index 293504d..96e1411 100644 --- a/scripts/script.sh +++ b/scripts/script.sh @@ -11,8 +11,8 @@ main() { return fi - cross test --target $TARGET - cross test --target $TARGET --release +# cross test --target $TARGET +# cross test --target $TARGET --release } # we don't run the "test phase" when doing deploys