Skip to content

Commit

Permalink
Try just upgrading wget
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed May 9, 2020
1 parent 2354e56 commit 19656bf
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 @@ -91,7 +91,7 @@ before_install:
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
# Install the non-python dependencies: fftw, libav, eigen
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sudo -H apt-get -qq update; sudo -H apt-get install -y python-dev libfftw3-dev libav-tools libeigen3-dev; fi
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew update; brew install fftw libav eigen wget; brew cask install gfortran; brew upgrade; fi
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew update; brew install fftw libav eigen wget; brew cask install gfortran; brew upgrade wget; fi

# List current contents of directories that should be being cached.
- ls -l $HOME
Expand Down

0 comments on commit 19656bf

Please sign in to comment.