Skip to content

Commit 75af348

Browse files
author
Shoshana Berleant
committed
try wget
1 parent c597b0c commit 75af348

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ env:
1010
- INSTALL_DEB_DEPENDECIES=false
1111
- INSTALL_DEB_DEPENDECIES=true DUECREDIT_ENABLE=yes
1212
before_install:
13-
- function download { bleh; }
13+
- function download {
14+
wget http://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-Linux-x86_64.sh
15+
-O /home/travis/.cache/miniconda.sh;
16+
bleh; }
1417
- travis_retry download
15-
- wget http://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-Linux-x86_64.sh
16-
-O /home/travis/.cache/miniconda.sh
1718
- bash /home/travis/.cache/miniconda.sh -b -p /home/travis/miniconda
1819
- export PATH=/home/travis/miniconda/bin:$PATH
1920
- if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi

0 commit comments

Comments
 (0)