1
0
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:
David A. Velasco 2014-04-16 18:09:12 +02:00
parent 2ef7e6f505
commit dfa5e61f5e

View File

@ -3,7 +3,6 @@ jdk: oraclejdk7
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq libstdc++6:i386 lib32z1 - 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 - curl -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-1/android-sdk-installer
| bash /dev/stdin --install=$COMPONENTS | bash /dev/stdin --install=$COMPONENTS
- source ~/.android-sdk-installer/env - source ~/.android-sdk-installer/env
@ -12,7 +11,7 @@ before_install:
- rm pom.xml - rm pom.xml
- android update project -p . - android update project -p .
before_script: before_script:
- ./wait_for_emulator - ./wait_for_emulator.sh
script: script:
- ant clean - ant clean
- ant debug - ant debug