aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJurgen Cruz <superjugy@gmail.com>2013-11-28 14:27:14 -0600
committerJurgen Cruz <superjugy@gmail.com>2013-11-29 13:13:06 -0600
commitbd43df77076315560820c27a1fcd2020b80c082d (patch)
tree3d31cb63be1977802bc72278bef0cf957b3aff85 /.travis.yml
parent08f4dca3779b831b164d889da30a5cd477492919 (diff)
downloadrobolectric-shadows-bd43df77076315560820c27a1fcd2020b80c082d.tar.gz
Modify script to use the android m2repository instead of the `extras/android/support` dir by default.
Using the m2repo guarantees the version of the jar. The `extras/android/support` dir always gets the latest version. It will use that location though as a fallback dir in case the m2repo can't be found.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4feeabe7e..eab14dca0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ before_install:
- tar xzf android-sdk_r22.3-linux.tgz
- export ANDROID_HOME=$PWD/android-sdk-linux
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
- - echo y | android update sdk --filter platform-tools,android-18,addon-google_apis-google-18,extra-android-support --no-ui --force
+ - echo y | android update sdk --filter platform-tools,android-18,addon-google_apis-google-18,extra-android-m2repository --no-ui --force
- ./scripts/install-maps-jar.sh
- ./scripts/install-support-jar.sh