travis: use https for fetching astyle package

pull/9055/head
Martin Kojtal 2018-12-11 13:43:56 +00:00
parent 85a741ec78
commit dba7f6eacc
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ matrix:
- env:
- NAME=astyle
install:
- curl -L0 http://mbed-os.s3-eu-west-1.amazonaws.com/builds/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
- curl -L0 https://mbed-os.s3-eu-west-1.amazonaws.com/builds/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
pushd BUILD/astyle/build/gcc;
make;