Skip to content

Commit

Permalink
Forcing to stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Jul 7, 2016
1 parent adbff04 commit c3338c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ] && ! [ -d ${HOME}/miniconda ]; then wget https://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh -O miniconda.sh; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ] && ! [ -d /usr/local/gfortran ]; then wget https://github.com/UV-CDAT/uvcdat/releases/download/v2.4.1/gfortran-4.9.2-Mac.tar.gz -O ~/gfortran-4.9.2-Mac.tar.gz ; pushd / ; sudo tar xzvf ~/gfortran-4.9.2-Mac.tar.gz ; pushd ; fi
- export PATH="$HOME/miniconda/bin:$PATH"
- if [ ! -d ${HOME}/miniconda ]; then bash miniconda.sh -b -p $HOME/miniconda ; conda install --yes --channel uvcdat python=2.7 setuptools cdms2 cdutil genutil unidata cdtime vcs ; fi
- if [ ! -d ${HOME}/miniconda ]; then bash miniconda.sh -b -p $HOME/miniconda ; conda install --yes --channel uvcdat python=2.7 setuptools cdms2==2.6 cdutil==2.6 genutil==2.6 unidata==2.6 cdtime==2.6 vcs==2.6 libcdms==2.6; fi
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda update -q cdms2 cdutil genutil unidata cdtime vcs -c uvcdat
- conda install openssl=1.0.2d
- conda update -f -c doutriaux1/label/doutriaux1 -c cdoutrix -c uvcdat --show-channel-urls -q -y vtk
# Useful for debugging any issues with conda
- conda info -a

Expand Down

0 comments on commit c3338c2

Please sign in to comment.