Skip to content

Commit

Permalink
adding --trace to travis line to see what we get
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Nov 9, 2011
1 parent 84b31d0 commit 7596066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
script: "bundle exec rake neo4j:install neo4j:start spec"
script: "bundle exec rake neo4j:install neo4j:start spec --trace"
1 change: 1 addition & 0 deletions lib/neography/tasks.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# borrowed from architect4r
require 'os'

namespace :neo4j do
desc "Install Neo4j"
Expand Down

0 comments on commit 7596066

Please sign in to comment.