From 78a8cb5fac8f4d8c2b39249456f1d3d8ce717bde Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Thu, 30 May 2019 14:55:39 -0700 Subject: [PATCH] Disable push/image publish for now --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98fe316..c95aa14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,6 @@ script: - if [ $TASK = PRIMES ]; then nosetests3 tests/test_primes.py ; fi #- if [ $TASK = STREAMINGANDFORMATTING ]; then nosetests3 tests/test_streamingandformatting.py ; fi - if [ $TASK = TAKEOVER ]; then nosetests3 tests/test_takeover.py ; fi -after_success: -- bash push/run.sh +#after_success: +#- bash push/run.sh