Skip to content

Commit 28b27a9

Browse files
committed
Merge pull request square#629 from square/jw/fix-travis
Update to Android worker.
2 parents df3cbc9 + 8537a59 commit 28b27a9

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

.travis.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
language: java
1+
language: android
22

3-
jdk: oraclejdk7
3+
jdk:
4+
- oraclejdk7
5+
- oraclejdk8
46

5-
before_install:
6-
- export TERM=dumb
7-
- sudo apt-get install -qq libstdc++6:i386 lib32z1
8-
- export COMPONENTS=build-tools-19.0.1,android-17
9-
- curl -L https://raw.github.com/embarkmobile/android-sdk-installer/version-1/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS
10-
- source ~/.android-sdk-installer/env
7+
android:
8+
components:
9+
- build-tools-20.0.0
10+
- android-17
11+
licenses:
12+
- android-sdk-license-5be876d5
13+
14+
branches:
15+
except:
16+
- gh-pages
1117

1218
notifications:
1319
email: false

0 commit comments

Comments
 (0)