Remove build_android task from travis temporarily to avoid failure on travis because of the cache of third_party.

Adaptive_data_structure_for_SwitchOrderLayer
Liu Yiqun 8 years ago
parent 0146e8bfc5
commit 441e60a40b

@ -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:

Loading…
Cancel
Save