Skip to content

Commit 64e77d3

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Moved the sourcing of the astyle archive to AWS from SourceForge.
SF has been failing intermitantly, and appears to not explicitly allow the automatic downloading of archives.
1 parent f3424da commit 64e77d3

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
@@ -109,8 +109,8 @@ matrix:
109109
- env:
110110
- NAME=astyle
111111
install:
112-
- wget https://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;
112+
- curl -L0 http://mbed-os.s3-eu-west-1.amazonaws.com/builds/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
113+
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
114114
pushd BUILD/astyle/build/gcc;
115115
make;
116116
export PATH=$PWD/bin:$PATH;

0 commit comments

Comments
 (0)