Skip to content

Commit

Permalink
Merge pull request #331 from amitsuryavanshi/travis_fix
Browse files Browse the repository at this point in the history
Build failure fix
  • Loading branch information
klobuczek committed Sep 5, 2019
2 parents 45d3e12 + 46e99a1 commit 4b649fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -12,7 +12,7 @@ script:
language: ruby
cache: bundler
sudo: false
jdk: oraclejdk8
jdk: openjdk8
rvm:
- 2.4.5
- 2.1.10
Expand All @@ -39,8 +39,6 @@ matrix:
env: NEO4J_VERSION=community-3.1.7
- rvm: 2.4.5
env: NEO4J_VERSION=community-2.3.11
- rvm: 2.4.5
env: NEO4J_VERSION=community-2.1.8

# Older versions of Neo4j with latest version of jRuby
- rvm: jruby-9.2.5.0
Expand All @@ -49,8 +47,6 @@ matrix:
env: NEO4J_VERSION=community-3.1.7
- rvm: jruby-9.2.5.0
env: NEO4J_VERSION=community-2.3.11
- rvm: jruby-9.2.5.0
env: NEO4J_VERSION=community-2.1.8

# NEW_NEO4J_SESSIONS
- rvm: jruby-9.2.5.0
Expand Down

0 comments on commit 4b649fc

Please sign in to comment.