We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73bf469 commit f895356Copy full SHA for f895356
.travis.yml
@@ -23,7 +23,7 @@ env:
23
- NEO4J_URL="http://localhost:7474"
24
- NEO4J_BOLT_URL="bolt://localhost:7472"
25
matrix:
26
- - NEO4J_VERSION=community-3.0.3
+ - NEO4J_VERSION=community-3.1.2
27
28
include:
29
- script: "bundle exec rubocop"
@@ -33,6 +33,8 @@ matrix:
33
env: "RUBOCOP=true"
34
35
# Older versions of Neo4j with latest version of Ruby
36
+ - rvm: 2.3.1
37
+ env: NEO4J_VERSION=community-3.0.8
38
- rvm: 2.3.1
39
env: NEO4J_VERSION=community-2.3.5
40
@@ -41,6 +43,8 @@ matrix:
41
43
env: NEO4J_VERSION=community-2.1.8
42
44
45
# Older versions of Neo4j with latest version of jRuby
46
+ - rvm: jruby-9.0.4.0
47
48
- rvm: jruby-9.0.4.0
49
50
0 commit comments