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.
1 parent b3daec0 commit cda813eCopy full SHA for cda813e
.travis.yml
@@ -1,6 +1,5 @@
1
language: android
2
jdk: oraclejdk8
3
-# See https://github.com/travis-ci/travis-ci/issues/5582
4
sudo: required
5
before_cache:
6
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
@@ -16,9 +15,13 @@ before_install:
16
15
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd\n504667f4c0de7af1a06de9f4b1727b84351f2910" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
17
android:
18
components:
19
- # https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943
20
- tools
+ - build-tools-28.0.3
21
+ licenses:
22
+ - android-sdk-preview-license-.+
23
+ - android-sdk-license-.+
24
+ - google-gdk-license-.+
25
script:
26
- python scripts/checksnippets.py
27
- ./gradlew clean ktlint build
0 commit comments