Skip to content

Commit f895356

Browse files
committed
Add tests for Neo4j 3.1
1 parent 73bf469 commit f895356

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
- NEO4J_URL="http://localhost:7474"
2424
- NEO4J_BOLT_URL="bolt://localhost:7472"
2525
matrix:
26-
- NEO4J_VERSION=community-3.0.3
26+
- NEO4J_VERSION=community-3.1.2
2727
matrix:
2828
include:
2929
- script: "bundle exec rubocop"
@@ -33,6 +33,8 @@ matrix:
3333
env: "RUBOCOP=true"
3434

3535
# Older versions of Neo4j with latest version of Ruby
36+
- rvm: 2.3.1
37+
env: NEO4J_VERSION=community-3.0.8
3638
- rvm: 2.3.1
3739
env: NEO4J_VERSION=community-2.3.5
3840
- rvm: 2.3.1
@@ -41,6 +43,8 @@ matrix:
4143
env: NEO4J_VERSION=community-2.1.8
4244

4345
# Older versions of Neo4j with latest version of jRuby
46+
- rvm: jruby-9.0.4.0
47+
env: NEO4J_VERSION=community-3.0.8
4448
- rvm: jruby-9.0.4.0
4549
env: NEO4J_VERSION=community-2.3.5
4650
- rvm: jruby-9.0.4.0

0 commit comments

Comments
 (0)