From faf7f0c97f416e20e5d2b5a2bbeadb63f6d78551 Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Thu, 6 Sep 2012 10:17:45 -0500 Subject: [PATCH] test with 1.8.M07 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b9758b2..82305c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -script: "bundle exec rake neo4j:install['enterprise','1.8.M06'] neo4j:start spec --trace" +script: "bundle exec rake neo4j:install['enterprise','1.8.M07'] neo4j:start spec --trace" language: ruby rvm: - 1.9.3