Skip to content

Commit 92a0a83

Browse files
committed
💚 Fixes Travis build post OpenJDK bump
This is a follow up for previous migration that was missing the Travis update, refs kivy#2231
1 parent ef2e7a9 commit 92a0a83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ jobs:
4949
os: osx
5050
osx_image: xcode11 # since xcode1.3, python3 is the default interpreter
5151
before_script:
52-
# installs java 1.8, android's SDK/NDK and p4a
52+
# installs OpenJDK, Android's SDK/NDK and p4a
5353
- make -f ci/makefiles/osx.mk
54-
- export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home
5554
script: make testapps/armeabi-v7a
5655
- <<: *testapps
5756
name: Rebuild updated recipes

0 commit comments

Comments
 (0)