Skip to content

Commit f192c23

Browse files
authored
Update .travis.yml
1 parent d0a08d7 commit f192c23

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.travis.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ android:
88
# - platform-tools
99

1010
# The BuildTools version used by your project
11-
- build-tools-28.0.3
11+
- build-tools-29.0.0
1212

1313
# The SDK version used to compile your project
14-
- android-28
14+
- android-29
1515

1616
# Additional components
1717
- extra-google-google_play_services
@@ -23,7 +23,7 @@ android:
2323

2424
# Specify at least one system image,
2525
# if you need to run emulator(s) during your tests
26-
- sys-img-x86-android-28
26+
- sys-img-x86-android-29
2727
- sys-img-armeabi-v7a-android-17
2828

2929
licenses:
@@ -35,3 +35,12 @@ before_install:
3535
- chmod a+x gradlew
3636
- chmod a+x gradlew.bat
3737

38+
script:
39+
- ./gradlew build
40+
- pwd
41+
- ls -la
42+
43+
branches:
44+
only:
45+
- master
46+

0 commit comments

Comments
 (0)