Skip to content

Commit

Permalink
Merge pull request square#436 from square/jw/fix-travis-ci
Browse files Browse the repository at this point in the history
Update to Android worker.
  • Loading branch information
JakeWharton committed Aug 26, 2014
2 parents ed5c936 + 6e51c9f commit b088b28
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
language: java
language: android

jdk:
- oraclejdk8
- oraclejdk7
- openjdk7

before_install:
- sudo apt-get install -qq libstdc++6:i386 lib32z1
- export COMPONENTS=build-tools-19.0.1,android-16
- curl -L https://raw.github.com/embarkmobile/android-sdk-installer/version-1/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS
- source ~/.android-sdk-installer/env
android:
components:
- build-tools-20.0.0
- android-16
licenses:
- android-sdk-license-5be876d5

install: mvn install clean --fail-never --quiet -DskipTests=true -Dinvoker.skip=true

Expand Down

0 comments on commit b088b28

Please sign in to comment.