Skip to content

Commit 3929ca2

Browse files
committed
Travis test
1 parent b95321c commit 3929ca2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
language: java
1+
language: android
22
before_install:
33
# fix the 64bit box
44
- sudo apt-get update -qq
@@ -16,4 +16,8 @@ before_install:
1616
- echo yes | android update sdk --filter "$TOOLS" --no-ui --force
1717
# API 16 stuff which needs to be provided
1818
- SDK=$(android list sdk --no-ui | grep ", API 16," | cut -d"-" -f1)
19-
- echo yes | android update sdk --filter "$SDK" --no-ui --force
19+
- echo yes | android update sdk --filter "$SDK" --no-ui --force
20+
21+
android:
22+
components:
23+
- build-tools-19.0.2

0 commit comments

Comments
 (0)