From bd46e9474b64f5c8e91f5995f6ebb069e703638e Mon Sep 17 00:00:00 2001 From: perryrh0dan Date: Wed, 19 Aug 2020 17:44:48 +0200 Subject: [PATCH] fix(scripts): update script.sh to avoid travis error --- scripts/script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/script.sh b/scripts/script.sh index ddd7f93..0ed0d7f 100644 --- a/scripts/script.sh +++ b/scripts/script.sh @@ -14,8 +14,8 @@ main() { cross test --target $TARGET cross test --target $TARGET --release - cross run --target $TARGET - cross run --target $TARGET --release + # cross run --target $TARGET + # cross run --target $TARGET --release } # we don't run the "test phase" when doing deploys