From bfeab27e4a609c7f77d95e27898376d0cf232985 Mon Sep 17 00:00:00 2001 From: Olli-Pekka Puolitaival Date: Fri, 28 Dec 2018 14:38:34 +0200 Subject: [PATCH] More static place for astyle --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf30d9bb0be..7df63b3eb94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -134,7 +134,7 @@ matrix: - env: - NAME=astyle install: - - curl -L0 https://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-ci.s3-eu-west-1.amazonaws.com/jenkins-ci/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;