Skip to content

Commit

Permalink
upgrade to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Dec 17, 2012
1 parent 2b750ef commit 89e2ff0
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','1.8'] neo4j:start spec --trace"
script: "bundle exec rake neo4j:install['enterprise','1.8.1'] 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 @@ -4,7 +4,7 @@
namespace :neo4j do
desc "Install Neo4j"
task :install, :edition, :version do |t, args|
args.with_defaults(:edition => "community", :version => "1.8")
args.with_defaults(:edition => "community", :version => "1.8.1")
puts "Installing Neo4j-#{args[:edition]}-#{args[:version]}"

if OS::Underlying.windows?
Expand Down

0 comments on commit 89e2ff0

Please sign in to comment.