Skip to content

Commit 47ab040

Browse files
committed
[AIRFLOW-XXX] Switch to openjdk8 in Travis tests
This is what we use (via our docker container) on master now, and either Oracle are having problems with their download servers, or they are playing silly games and have removed old versions for download.
1 parent 079b0ee commit 47ab040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sudo: true
2020
dist: trusty
2121
language: python
2222
jdk:
23-
- oraclejdk8
23+
- openjdk8
2424
services:
2525
- cassandra
2626
- mysql
@@ -92,7 +92,7 @@ before_install:
9292
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
9393
- ln -s ~/.ssh/authorized_keys ~/.ssh/authorized_keys2
9494
- chmod 600 ~/.ssh/*
95-
- jdk_switcher use oraclejdk8
95+
- jdk_switcher use openjdk8
9696
install:
9797
- pip install --upgrade pip
9898
- pip install tox

0 commit comments

Comments
 (0)