From 49db6fcb9b95188d57fc2ef3be61a27a03dfbddc Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sat, 11 Nov 2017 12:33:13 +0000 Subject: [PATCH] Don't make Travis run the bin because it requires params --- ci/script.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/script.sh b/ci/script.sh index ddd7f93..293504d 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -13,9 +13,6 @@ main() { cross test --target $TARGET cross test --target $TARGET --release - - cross run --target $TARGET - cross run --target $TARGET --release } # we don't run the "test phase" when doing deploys -- libgit2 1.7.2