Skip to content

Commit e3b03e0

Browse files
authored
Merge pull request #9055 from 0xc0170/dev_travis_astyle_https
travis: use https for fetching astyle package
2 parents 7c5cffb + dba7f6e commit e3b03e0

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 http://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.s3-eu-west-1.amazonaws.com/builds/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)