🏡 index : ~doyle/reaper.git

author Jordan Doyle <jordan@9t9t9.com> 2017-11-11 12:33:13.0 +00:00:00
committer Jordan Doyle <jordan@9t9t9.com> 2017-11-11 12:33:13.0 +00:00:00
commit
49db6fcb9b95188d57fc2ef3be61a27a03dfbddc [patch]
tree
07c2259986a38c0ddb55fc78705d88b5ba7f0375
parent
1eaa39d0d6d4314892d4e15a33824668a817b1e8
download
49db6fcb9b95188d57fc2ef3be61a27a03dfbddc.tar.gz

Don't make Travis run the bin because it requires params



Diff

 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