From 92849d048ccc1f2f99df30b64e4cbeac8d414bef Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Thu, 30 May 2019 15:19:01 -0700 Subject: [PATCH] Ok, can finish in time after crash, just not arithmetic --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c95aa14..98fe316 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