Skip to content

Commit dba7f6e

Browse files
committed
travis: use https for fetching astyle package
1 parent 85a741e commit dba7f6e

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
@@ -118,7 +118,7 @@ matrix:
118118
- env:
119119
- NAME=astyle
120120
install:
121-
- curl -L0 http://mbed-os.s3-eu-west-1.amazonaws.com/builds/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
121+
- curl -L0 https://mbed-os.s3-eu-west-1.amazonaws.com/builds/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
122122
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
123123
pushd BUILD/astyle/build/gcc;
124124
make;

0 commit comments

Comments
 (0)