We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c597b0c commit 75af348Copy full SHA for 75af348
.travis.yml
@@ -10,10 +10,11 @@ env:
10
- INSTALL_DEB_DEPENDECIES=false
11
- INSTALL_DEB_DEPENDECIES=true DUECREDIT_ENABLE=yes
12
before_install:
13
-- function download { bleh; }
+- 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; }
17
- travis_retry download
-- wget http://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-Linux-x86_64.sh
- -O /home/travis/.cache/miniconda.sh
18
- bash /home/travis/.cache/miniconda.sh -b -p /home/travis/miniconda
19
- export PATH=/home/travis/miniconda/bin:$PATH
20
- if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi
0 commit comments