Skip to content

Commit

Permalink
Also change URL for Linux download
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Jul 9, 2020
1 parent 8d3b509 commit 6d77de9
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 @@ -44,7 +44,7 @@ before_install:
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh > $HOME/miniconda.sh
else
curl https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh > $HOME/miniconda.sh
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh > $HOME/miniconda.sh
fi
- bash $HOME/miniconda.sh -b -p $HOME/anaconda
- export PATH="$HOME/anaconda/bin:$PATH"
Expand Down

0 comments on commit 6d77de9

Please sign in to comment.