Skip to content

Commit

Permalink
Merge pull request #434 from wkerzendorf/travis/update_travis_yml
Browse files Browse the repository at this point in the history
updated the .travis.yml file to do a rehash before executing conda
  • Loading branch information
wkerzendorf committed Nov 9, 2015
2 parents ce5c224 + f2dc3c5 commit eb29a04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ before_install:
- export PYTHONIOENCODING=UTF8
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH=$HOME/miniconda/bin:$PATH
- hash -r
- conda update --yes conda

- if [[ $TEST_MODE == 'spectrum' ]]; then wget $ATOM_DATA_URL; fi
- if [[ $TEST_MODE == 'spectrum' ]]; then unzip kurucz_cd23_chianti_H_He.zip; fi
- if [[ $TEST_MODE == 'spectrum' ]]; then mv kurucz_cd23_chianti_H_He.h5 $HOME/; fi
Expand Down

0 comments on commit eb29a04

Please sign in to comment.