.travis.yml: Add retry for swig download.

This commit is contained in:
Chris PeBenito 2017-10-26 22:23:49 -04:00
parent 0a8b3d4bb1
commit e278288bf7

View File

@ -45,7 +45,7 @@ install:
- SELINUX_USERSPACE_VERSION=libsepol-2.7
# Install newer swig
- curl -sS -L http://prdownloads.sourceforge.net/swig/swig-3.0.8.tar.gz | tar xz
- curl --retry 10 --retry-delay 60 -sS -L http://prdownloads.sourceforge.net/swig/swig-3.0.8.tar.gz | tar xz
- cd swig-3.0.8
- ./configure
- make