We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df3cbc9 + 8537a59 commit 28b27a9Copy full SHA for 28b27a9
.travis.yml
@@ -1,13 +1,19 @@
1
-language: java
+language: android
2
3
-jdk: oraclejdk7
+jdk:
4
+ - oraclejdk7
5
+ - oraclejdk8
6
-before_install:
- - 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
+android:
+ components:
+ - build-tools-20.0.0
+ - android-17
11
+ licenses:
12
+ - android-sdk-license-5be876d5
13
+
14
+branches:
15
+ except:
16
+ - gh-pages
17
18
notifications:
19
email: false
0 commit comments