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 d45a22d commit 8ec9cbbCopy full SHA for 8ec9cbb
.travis.yml
@@ -109,7 +109,7 @@ matrix:
109
- env:
110
- NAME=astyle
111
install:
112
- - curl -v -LO http://downloads.sourceforge.net/project/astyle/astyle/astyle%203.1/astyle_3.1_linux.tar.gz;
+ - curl -v -LO --retry 20 http://downloads.sourceforge.net/project/astyle/astyle/astyle%203.1/astyle_3.1_linux.tar.gz;
113
mkdir -p BUILD && tar xf astyle_3.1_linux.tar.gz -C BUILD;
114
pushd BUILD/astyle/build/gcc;
115
make;
0 commit comments