Skip to content

Commit 8d93865

Browse files
committed
Travis CI update
1 parent 5c3b719 commit 8d93865

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
language: android
22
sudo: false
3-
jdk: openjdk7
3+
jdk: openjdk8
44
android:
55
components:
6-
- build-tools-23.0.1
6+
- build-tools-28.0.3
77
- extra-android-support
88
- extra-android-m2repository
9-
- android-23
9+
- android-28
1010
licenses:
1111
- '.+'
1212
script:
13-
# Sonatype bypass
14-
- echo "nexusUsername=dummy" >> library/gradle.properties
15-
- echo "nexusPassword=dummy" >> library/gradle.properties
1613
- ./gradlew clean assemble check
17-
- ./gradlew :library:androidJavadocs

0 commit comments

Comments
 (0)