From baad79f9e887ba70e4355661338b76823ce3d6a3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 11 Mar 2016 20:59:04 +0100 Subject: [PATCH] travis-ci osx: make sure build-tools are always installed It seems that sometimes build-tools packages will not be installed unless the --all flag is specified. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf7c479a..b606d254 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ install: sudo pip install pep8 pyflakes pylint; sudo pip install -e .; sudo rm -rf fdroidserver.egg-info; - echo y | android --verbose update sdk --no-ui --filter platform-tools,build-tools-23.0.2; + echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-23.0.2; elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository ppa:guardianproject/fdroidserver -y; sudo apt-get -q update -y; -- 2.30.2