Skip to content

Commit

Permalink
prepare for 1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Oct 1, 2012
1 parent 9f75c12 commit 6596207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Gemfile.lock
.idea
*.iml
neo4j
Expand Down
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.RC1'] neo4j:start spec --trace"
script: "bundle exec rake neo4j:install['enterprise','1.8'] 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.7")
args.with_defaults(:edition => "community", :version => "1.8")
puts "Installing Neo4j-#{args[:edition]}-#{args[:version]}"

if OS::Underlying.windows?
Expand Down

0 comments on commit 6596207

Please sign in to comment.