Skip to content

Commit

Permalink
updating neo4j versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Sep 25, 2013
1 parent 3479028 commit f1e1ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/neography/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit f1e1ba9

Please sign in to comment.