diff options
author | Kenny Root <kenny@the-b.org> | 2016-03-04 22:15:51 -0800 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2016-03-04 22:27:49 -0800 |
commit | 3d544faf7378f3ad466ced5450e9f0248cef1265 (patch) | |
tree | 7dff792ec268d847e3af9875d0c415143701448c | |
parent | c9682d36ed2460e3045f58823cb37f65fa590d1a (diff) | |
download | connectbot-3d544faf7378f3ad466ced5450e9f0248cef1265.tar.gz connectbot-3d544faf7378f3ad466ced5450e9f0248cef1265.tar.bz2 connectbot-3d544faf7378f3ad466ced5450e9f0248cef1265.zip |
Try to work around bug in Travis build
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 20a14f1..5e6512a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,6 @@ before_cache: addons: apt: packages: - - ia32-libs - - ia32-libs-multiarch - - libgd2-xpm - p7zip-full - xqilla # ./scripts/check-lint-count.bash coverity_scan: @@ -48,7 +45,7 @@ android: components: - platform-tools - tools - - build-tools-23.0.1 + - build-tools-23.0.2 - android-23 - extra-android-support - extra-android-m2repository |