From 441e60a40b14d49bd15d596efa7d65ae6dc663f0 Mon Sep 17 00:00:00 2001 From: Liu Yiqun <liuyiqun01@baidu.com> Date: Thu, 7 Sep 2017 14:10:43 +0800 Subject: [PATCH] Remove build_android task from travis temporarily to avoid failure on travis because of the cache of third_party. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b4b83fcdbc..3fadf8deb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ cache: - $HOME/.ccache - $HOME/.cache/pip - $TRAVIS_BUILD_DIR/build/third_party - - $TRAVIS_BUILD_DIR/build_android/third_party sudo: required dist: trusty os: @@ -12,7 +11,6 @@ os: env: - JOB=build_doc - JOB=check_style - - JOB=build_android addons: apt: packages: -- GitLab