Skip to content

Commit 9a69dbb

Browse files
update travis to use trusty
1 parent b7f93a0 commit 9a69dbb

File tree

1 file changed

+13
-21
lines changed

1 file changed

+13
-21
lines changed

.travis.yml

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,19 @@
1-
language: android
21
sudo: false
3-
jdk: oraclejdk8
42
cache: false
5-
6-
env:
7-
global:
8-
- ANDROID_API_LEVEL=28
9-
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
10-
3+
language: android
4+
jdk: oraclejdk8
5+
dist : trusty
116
android:
12-
components:
13-
- tools
14-
- platform-tools
15-
- extra-google-m2repository
16-
- extra-android-m2repository
17-
7+
components:
8+
- tools
9+
- build-tools-28.0.3
10+
- android-28
11+
- extra-google-m2repository
12+
- extra-android-m2repository
1813
script:
19-
- TERM=dumb ./gradlew lint testDebugUnitTest jacocoTestReport
20-
14+
- TERM=dumb ./gradlew lint testDebugUnitTest jacocoTestReport
2115
before_install:
22-
- chmod +x gradlew
23-
- yes | sdkmanager "platforms;android-28"
24-
- yes | sdkmanager "build-tools;28.0.3"
25-
16+
- chmod +x gradlew
17+
- yes | sdkmanager "platforms;android-28"
2618
after_success:
27-
- bash <(curl -s https://codecov.io/bash)
19+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)