Skip to content

Commit 6c9c7f1

Browse files
committed
Updated AWS url for astyle.
The original one is no longer appropriate
1 parent f7c289b commit 6c9c7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ matrix:
169169
- NAME=astyle
170170
install:
171171
- >-
172-
curl -L0 https://mbed-os.s3-eu-west-1.amazonaws.com/builds/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
172+
curl -L0 https://mbed-os-ci.s3-eu-west-1.amazonaws.com/jenkins-ci/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
173173
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
174174
cd BUILD/astyle/build/gcc;
175175
make;

0 commit comments

Comments
 (0)