chiark / gitweb /
travis-ci osx: make sure build-tools are always installed
authorHans-Christoph Steiner <hans@eds.org>
Fri, 11 Mar 2016 19:59:04 +0000 (20:59 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 14 Mar 2016 08:27:26 +0000 (09:27 +0100)
It seems that sometimes build-tools packages will not be installed unless
the --all flag is specified.

.travis.yml

index bf7c479a0a1354abaf377741791f22bf9dbad7b8..b606d2543dab0989c44260ed09213410e1b8a8b3 100644 (file)
@@ -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;