projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
330f930
)
Added 'expect' to fix fulfill dependency on verion-2 of android-sdk-installer
author
David A. Velasco
<dvelasco@solidgear.es>
Fri, 27 Jun 2014 12:05:02 +0000
(14:05 +0200)
committer
David A. Velasco
<dvelasco@solidgear.es>
Fri, 27 Jun 2014 12:05:02 +0000
(14:05 +0200)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
39d4c94
..
1163d9b
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-3,7
+3,7
@@
jdk: oraclejdk7
before_install:
# Install base Android SDK
- sudo apt-get update -qq
- - sudo apt-get install -qq libstdc++6:i386 lib32z1
+ - sudo apt-get install -qq libstdc++6:i386 lib32z1
expect
- export COMPONENTS=build-tools-18.1.0,android-14,android-17,android-19,sysimg-19,extra-android-support
- curl -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-2/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS
- source ~/.android-sdk-installer/env