Skip to content

Commit ffccac4

Browse files
authored
Merge pull request #9209 from OPpuolitaival/s3
More static place for astyle
2 parents 51143ea + bfeab27 commit ffccac4

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
@@ -134,7 +134,7 @@ matrix:
134134
- env:
135135
- NAME=astyle
136136
install:
137-
- curl -L0 https://mbed-os.s3-eu-west-1.amazonaws.com/builds/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
137+
- 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;
138138
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
139139
pushd BUILD/astyle/build/gcc;
140140
make;

0 commit comments

Comments
 (0)