From 67e2f2eb6c5185d7ca121e104ba1d8c74a5d2e21 Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Fri, 30 Aug 2013 17:57:48 -0500 Subject: [PATCH] testing against Neo4j 2.0.0M04 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb0202c..776eb83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -script: "bundle exec rake neo4j:install['enterprise','2.0.0-M03'] neo4j:start spec --trace" +script: "bundle exec rake neo4j:install['enterprise','2.0.0-M04'] neo4j:start spec --trace" language: ruby rvm: - 1.9.3