Skip to content

Commit 04da486

Browse files
committed
remove miniconda.sh
1 parent 281fc0c commit 04da486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ before_install:
77
- sudo apt-get update
88
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
99
- bash miniconda.sh -b -p $HOME/miniconda
10+
- rm -f miniconda.sh
1011
- export PATH="$HOME/miniconda/bin:$PATH"
1112
- hash -r
1213
- conda config --set always_yes yes --set changeps1 no

0 commit comments

Comments
 (0)