mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-08 00:16:09 +00:00
Fixed type and repeated variable in Travis script
This commit is contained in:
parent
2ef7e6f505
commit
dfa5e61f5e
@ -3,7 +3,6 @@ jdk: oraclejdk7
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libstdc++6:i386 lib32z1
|
||||
- export COMPONENTS=build-tools-18.1.0,android-19,sysimg-19
|
||||
- curl -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-1/android-sdk-installer
|
||||
| bash /dev/stdin --install=$COMPONENTS
|
||||
- source ~/.android-sdk-installer/env
|
||||
@ -12,7 +11,7 @@ before_install:
|
||||
- rm pom.xml
|
||||
- android update project -p .
|
||||
before_script:
|
||||
- ./wait_for_emulator
|
||||
- ./wait_for_emulator.sh
|
||||
script:
|
||||
- ant clean
|
||||
- ant debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user