Skip to content

Commit

Permalink
💚 Fixes Travis build post OpenJDK bump
Browse files Browse the repository at this point in the history
This is a follow up for previous migration that was missing the Travis update,
refs kivy#2231
  • Loading branch information
AndreMiras authored and vesellov committed Feb 10, 2021
1 parent bc3caaf commit e63da06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ jobs:
os: osx
osx_image: xcode11 # since xcode1.3, python3 is the default interpreter
before_script:
# installs java 1.8, android's SDK/NDK and p4a
# installs OpenJDK, Android's SDK/NDK and p4a
- make -f ci/makefiles/osx.mk
- export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home
script: make testapps/armeabi-v7a
- <<: *testapps
name: Rebuild updated recipes
Expand Down

0 comments on commit e63da06

Please sign in to comment.