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 d0a08d7 commit f192c23Copy full SHA for f192c23
.travis.yml
@@ -8,10 +8,10 @@ android:
8
# - platform-tools
9
10
# The BuildTools version used by your project
11
- - build-tools-28.0.3
+ - build-tools-29.0.0
12
13
# The SDK version used to compile your project
14
- - android-28
+ - android-29
15
16
# Additional components
17
- extra-google-google_play_services
@@ -23,7 +23,7 @@ android:
23
24
# Specify at least one system image,
25
# if you need to run emulator(s) during your tests
26
- - sys-img-x86-android-28
+ - sys-img-x86-android-29
27
- sys-img-armeabi-v7a-android-17
28
29
licenses:
@@ -35,3 +35,12 @@ before_install:
35
- chmod a+x gradlew
36
- chmod a+x gradlew.bat
37
38
+script:
39
+ - ./gradlew build
40
+ - pwd
41
+ - ls -la
42
+
43
+branches:
44
+ only:
45
+ - master
46
0 commit comments