Skip to content

Commit e9dc942

Browse files
authored
Merge pull request #2235 from AndreMiras/feature/fix_travis_build
💚 Fixes Travis build post OpenJDK bump
2 parents ef2e7a9 + 92a0a83 commit e9dc942

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)