Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
(maint) Pin Travis to openjdk8
Browse files Browse the repository at this point in the history
Seeing several issues with later versions of Java:

jruby/jruby#4834

Adding `--add-opens java.base/java.io=jruby` got past one issue but
`zlib` is not found after that. Pinning to JDK 8 for now to fix PR
testing.

This also pins postgres to 9.6, as 9.3 is failing as well.
  • Loading branch information
smcclellan committed Aug 27, 2019
1 parent 879e857 commit 29b2e24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ env:
- JDBCUTIL_DBNAME=//127.0.0.1:5432/razor
- JDBCUTIL_DBUSER=postgres
- JDBCUTIL_DBPASS=
jdk:
- openjdk8
services:
- postgresql
before_install:
- gem install bundler -v 1.10
before_script:
- mkdir -p /tmp/repo
- cp config.yaml.travis config.yaml
Expand All @@ -25,7 +25,7 @@ notifications:
rvm:
- jruby-9.1.5.0
addons:
postgresql: "9.3"
postgresql: "9.6"
apt:
packages:
- libarchive-dev

0 comments on commit 29b2e24

Please sign in to comment.