Skip to content

Commit 9adcf96

Browse files
author
Cruz Monrreal
authored
Merge pull request #7338 from cmonr/travis-astyle-to-aws
Download astyle from AWS instead of SourceForge
2 parents f3424da + 64e77d3 commit 9adcf96

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)