Skip to content

Commit

Permalink
Merge pull request #903 from dwf/fix_travis_again
Browse files Browse the repository at this point in the history
Fix Travis
  • Loading branch information
dwf committed Nov 4, 2015
2 parents 7e10ed5 + e185f3d commit 414519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ before_install:
- # Setup Python environment with BLAS libraries
- wget -q http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- ./miniconda.sh -b -p $HOME/miniconda
- export PATH=$HOME/miniconda/bin:$PATH
- conda update -q --yes conda
- export FUEL_DATA_PATH=$TRAVIS_BUILD_DIR/data
Expand Down

0 comments on commit 414519d

Please sign in to comment.