Skip to content

Commit 29259f7

Browse files
committed
see 03/23 log
1 parent 86debfb commit 29259f7

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,28 @@ android:
66
components:
77
- tools
88
- platform-tools
9-
- build-tools-27.0.1
9+
- build-tools-27.0.3
1010
- android-27
11+
- add-on
12+
- extra
1113

1214
licenses:
1315
- 'android-sdk-license-.+'
14-
- 'android-sdk-preview-license-.+'
1516

1617
notifications:
1718
email: false
1819

1920
before_install:
2021
- yes | sdkmanager "platforms;android-27"
2122

23+
before_cache:
24+
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
25+
cache:
26+
directories:
27+
- $HOME/.m2
28+
- $HOME/.gradle/caches/
29+
- $HOME/.gradle/wrapper/
30+
2231
script:
32+
- chmod +x ./gradlew
2333
- ./gradlew build connectedCheck --info

0 commit comments

Comments
 (0)