diff --git a/.travis.yml b/.travis.yml index b8952371..1ca8ddaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: - export PATH="$HOME/miniconda/bin:$PATH" - python -c 'import os,sys,fcntl; flags = fcntl.fcntl(sys.stdout, fcntl.F_GETFL); fcntl.fcntl(sys.stdout, fcntl.F_SETFL, flags&~os.O_NONBLOCK);' - pushd deploy - - ./install_taxbrain_server.sh + - yes | ./install_taxbrain_server.sh - popd - source activate aei_dropq