From 79ce7ebf7e261578cc4583562aaab34c2bdd598c Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Tue, 10 Jul 2012 13:39:52 -0500 Subject: [PATCH] update travis to 1.8M6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c1040da..b9758b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -script: "bundle exec rake neo4j:install['enterprise','1.8.M05'] neo4j:start spec --trace" +script: "bundle exec rake neo4j:install['enterprise','1.8.M06'] neo4j:start spec --trace" language: ruby rvm: - 1.9.3