Skip to content

Commit 02e3097

Browse files
committed
Travis test
1 parent c117a75 commit 02e3097

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: android
2+
android:
3+
components:
4+
- build-tools-19.0.2
5+
- android-16
26
before_install:
37
# fix the 64bit box
48
- sudo apt-get update -qq
@@ -18,7 +22,3 @@ before_install:
1822
- SDK=$(android list sdk --no-ui | grep ", API 16," | cut -d"-" -f1)
1923
- echo yes | android update sdk --filter "$SDK" --no-ui --force
2024

21-
android:
22-
components:
23-
- build-tools-19.0.2
24-
- android-19

0 commit comments

Comments
 (0)