Skip to content

Commit

Permalink
Merge pull request #799 from hdoupe/update_miniconda
Browse files Browse the repository at this point in the history
Merged #799
  • Loading branch information
hdoupe authored Jan 11, 2018
2 parents b879efa + 60b53cc commit 5881489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- 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
- popd
Expand Down

0 comments on commit 5881489

Please sign in to comment.