Skip to content

Commit c72e8d5

Browse files
committed
Trying java 8 on Travis
1 parent 5f13a74 commit c72e8d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: android
2+
jdk: oraclejdk8
23

34
android:
45
components:
56
- build-tools-21.1.2
67
- android-19
78

89
script:
9-
./gradlew build -x lint
10+
./gradlew build

0 commit comments

Comments
 (0)