From e23fe2fc80c06d6f85f2794b119f5ca1335abcdf Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Thu, 1 Mar 2018 16:22:44 -0700 Subject: [PATCH] travis: disable astyle download/build We don't normally accept pull requests via GitHub anymore, and the astyle download has been failing intermittently due to SourceForge availability issues, so just remove the check from the Travis script. Change-Id: I2aca07622126045e4605f93f4780b6bb55bb678a Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/402166 Tested-by: SPDK Automated Test System Reviewed-by: Changpeng Liu Reviewed-by: Jim Harris --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f8b4736b..2f62913f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,14 +19,6 @@ addons: before_script: - git submodule update --init - export MAKEFLAGS="-j$(nproc)" - - if [ "$CC" = gcc ]; then - wget https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.0/astyle_3.0_linux.tar.gz; - tar xf astyle_3.0_linux.tar.gz; - pushd astyle/build/gcc; - make; - export PATH=$PWD/bin:$PATH; - popd; - fi script: - ./scripts/check_format.sh