Skip to content

Commit 333da46

Browse files
authored
Merge pull request #10275 from cmonr/switch-aws-bucket
Updated AWS url for astyle.
2 parents 0403883 + 6c9c7f1 commit 333da46

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)