Skip to content

Commit

Permalink
Use openjdk-8-jre-headless instead of oracle-java8.
Browse files Browse the repository at this point in the history
Fixes #83.
  • Loading branch information
kabalin authored and polothy committed Dec 5, 2018
1 parent 17648bb commit 9260e13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .travis.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ addons:
postgresql: "9.4"
apt:
packages:
- oracle-java8-installer
- oracle-java8-set-default
- openjdk-8-jre-headless

cache:
directories:
Expand Down
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ addons:
postgresql: "9.4"
apt:
packages:
- oracle-java8-installer
- oracle-java8-set-default
- openjdk-8-jre-headless
- chromium-chromedriver

cache:
Expand Down Expand Up @@ -80,8 +79,7 @@ jobs:
mariadb: 10.2
apt:
packages:
- oracle-java8-installer
- oracle-java8-set-default
- openjdk-8-jre-headless
- chromium-chromedriver
- php: 5.6
env: MOODLE_BRANCH=MOODLE_32_STABLE DB=mysqli PROFILE=default
Expand Down
3 changes: 1 addition & 2 deletions docs/TravisFileExplained.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ addons:
postgresql: "9.4"
apt:
packages:
- oracle-java8-installer
- oracle-java8-set-default
- openjdk-8-jre-headless

# Cache NPM's and Composer's caches to speed up build times.
cache:
Expand Down

0 comments on commit 9260e13

Please sign in to comment.