Commit e23fe2fc authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jim Harris
Browse files

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: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/402166


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 86428134
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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