Skip to content

Commit

Permalink
Fix update command
Browse files Browse the repository at this point in the history
  • Loading branch information
thangleiter committed Aug 6, 2019
1 parent ae9506e commit 1059089
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 @@ -13,7 +13,7 @@ cache:

install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p -u $HOME/miniconda
- bash miniconda.sh -u -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
Expand Down

0 comments on commit 1059089

Please sign in to comment.