We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95321c commit 3929ca2Copy full SHA for 3929ca2
.travis.yml
@@ -1,4 +1,4 @@
1
-language: java
+language: android
2
before_install:
3
# fix the 64bit box
4
- sudo apt-get update -qq
@@ -16,4 +16,8 @@ before_install:
16
- echo yes | android update sdk --filter "$TOOLS" --no-ui --force
17
# API 16 stuff which needs to be provided
18
- SDK=$(android list sdk --no-ui | grep ", API 16," | cut -d"-" -f1)
19
- - echo yes | android update sdk --filter "$SDK" --no-ui --force
+ - echo yes | android update sdk --filter "$SDK" --no-ui --force
20
+
21
+android:
22
+ components:
23
+ - build-tools-19.0.2
0 commit comments