From f1e1ba915a20a0e591efbfc665ef946cc0d7108c Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Wed, 25 Sep 2013 10:15:06 -0500 Subject: [PATCH] updating neo4j versions --- .travis.yml | 2 +- lib/neography/tasks.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 776eb83..11c2bc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -script: "bundle exec rake neo4j:install['enterprise','2.0.0-M04'] neo4j:start spec --trace" +script: "bundle exec rake neo4j:install['enterprise','2.0.0-M05'] neo4j:start spec --trace" language: ruby rvm: - 1.9.3 diff --git a/lib/neography/tasks.rb b/lib/neography/tasks.rb index 63bc368..65210ee 100644 --- a/lib/neography/tasks.rb +++ b/lib/neography/tasks.rb @@ -7,7 +7,7 @@ namespace :neo4j do desc "Install Neo4j" task :install, :edition, :version do |t, args| - args.with_defaults(:edition => "community", :version => "1.9.3") + args.with_defaults(:edition => "community", :version => "1.9.4") puts "Installing Neo4j-#{args[:edition]}-#{args[:version]}" if OS::Underlying.windows?