Skip to content

Commit 46866e7

Browse files
author
Shoshana Berleant
committed
travis_retry custom function
1 parent 3fd2372 commit 46866e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ env:
1010
- INSTALL_DEB_DEPENDECIES=false
1111
- INSTALL_DEB_DEPENDECIES=true DUECREDIT_ENABLE=yes
1212
before_install:
13-
- travis_retry bleh
13+
- function download {bleh}
14+
- travis_retry download
1415
- wget http://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-Linux-x86_64.sh
1516
-O /home/travis/.cache/miniconda.sh
1617
- bash /home/travis/.cache/miniconda.sh -b -p /home/travis/miniconda

0 commit comments

Comments
 (0)