We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a741e commit dba7f6eCopy full SHA for dba7f6e
.travis.yml
@@ -118,7 +118,7 @@ matrix:
118
- env:
119
- NAME=astyle
120
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;
+ - curl -L0 https://mbed-os.s3-eu-west-1.amazonaws.com/builds/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
122
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
123
pushd BUILD/astyle/build/gcc;
124
make;
0 commit comments