Skip to content

Commit

Permalink
update neo to 2.0.1, update ruby tests to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Feb 3, 2014
1 parent 9a76e11 commit de53b89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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'] neo4j:get_spatial neo4j:start spec --trace"
script: "bundle exec rake neo4j:install['enterprise','2.0.1'] neo4j:get_spatial neo4j:start spec --trace"
language: ruby
rvm:
- 1.9.3
- 2.0.0
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 => "2.0.0")
args.with_defaults(:edition => "community", :version => "2.0.1")
puts "Installing Neo4j-#{args[:edition]}-#{args[:version]}"

if OS::Underlying.windows?
Expand Down

0 comments on commit de53b89

Please sign in to comment.