Skip to content

Commit

Permalink
finished debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Jun 29, 2017
1 parent d5fe65f commit 65db050
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,42 +15,42 @@ sudo: false
jdk: oraclejdk8
rvm:
- 2.3.1
# - 2.2.5
# - jruby-9.1.12.0
- 2.2.5
- jruby-9.1.12.0
env:
global:
- JRUBY_OPTS="-J-Xmx1024m -Xcompile.invokedynamic=false -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-noverify -Xcompile.mode=OFF"
- NEO4J_URL="http://localhost:7474"
- NEO4J_BOLT_URL="bolt://localhost:7472"
# matrix:
# - NEO4J_VERSION=community-3.2.1
matrix:
- NEO4J_VERSION=community-3.2.1
matrix:
include:
# - script: "bundle exec rubocop"
# rvm: 2.3.1
# jdk:
# before_script:
# env: "RUBOCOP=true"
- script: "bundle exec rubocop"
rvm: 2.3.1
jdk:
before_script:
env: "RUBOCOP=true"

# Older versions of Neo4j with latest version of Ruby
# - rvm: 2.3.1
# env: NEO4J_VERSION=community-3.1.5
# - rvm: 2.3.1
# env: NEO4J_VERSION=community-2.3.11
# - rvm: 2.3.1
# env: NEO4J_VERSION=community-2.1.8
- rvm: 2.3.1
env: NEO4J_VERSION=community-3.1.5
- rvm: 2.3.1
env: NEO4J_VERSION=community-2.3.11
- rvm: 2.3.1
env: NEO4J_VERSION=community-2.1.8

# Older versions of Neo4j with latest version of jRuby
# - rvm: jruby-9.1.12.0
# env: NEO4J_VERSION=community-3.1.5
# - rvm: jruby-9.1.12.0
# env: NEO4J_VERSION=community-2.3.11
# - rvm: jruby-9.1.12.0
# env: NEO4J_VERSION=community-2.1.8
- rvm: jruby-9.1.12.0
env: NEO4J_VERSION=community-3.1.5
- rvm: jruby-9.1.12.0
env: NEO4J_VERSION=community-2.3.11
- rvm: jruby-9.1.12.0
env: NEO4J_VERSION=community-2.1.8

# NEW_NEO4J_SESSIONS
# - rvm: jruby-9.1.12.0
# env: RSPEC_OPTS="--tag new_cypher_session" NEO4J_VERSION=community-2.3.11 NEW_NEO4J_SESSIONS=true
- rvm: jruby-9.1.12.0
env: RSPEC_OPTS="--tag new_cypher_session" NEO4J_VERSION=community-2.3.11 NEW_NEO4J_SESSIONS=true

# Enterprise
- rvm: 2.3.1
Expand Down

0 comments on commit 65db050

Please sign in to comment.