Skip to content

Commit 3fd2372

Browse files
author
Shoshana Berleant
committed
add travis_retry
1 parent 79e2743 commit 3fd2372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ env:
99
- INSTALL_DEB_DEPENDECIES=true
1010
- INSTALL_DEB_DEPENDECIES=false
1111
- INSTALL_DEB_DEPENDECIES=true DUECREDIT_ENABLE=yes
12-
before_install: travis_retry
13-
- bleh
12+
before_install:
13+
- travis_retry bleh
1414
- wget http://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-Linux-x86_64.sh
1515
-O /home/travis/.cache/miniconda.sh
1616
- bash /home/travis/.cache/miniconda.sh -b -p /home/travis/miniconda

0 commit comments

Comments
 (0)