Browse Source

Update build to search for latest support repos

master
Anthony Restaino 9 years ago
parent
commit
e7188c5985
  1. 2
      .travis.yml

2
.travis.yml

@ -9,6 +9,8 @@ android: @@ -9,6 +9,8 @@ android:
- '.*intel.+'
before_install:
- chmod +x gradlew
- android update sdk --filter extra-android-support --no-ui --force > /dev/null
- android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null
- git submodule update --init --recursive
install:
- ./gradlew

Loading…
Cancel
Save