From 75960662baae1c7183cfb97c4636372a375b75d2 Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Wed, 9 Nov 2011 16:37:22 -0600 Subject: [PATCH] adding --trace to travis line to see what we get --- .travis.yml | 2 +- lib/neography/tasks.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7213bc0..1d8841d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1 @@ -script: "bundle exec rake neo4j:install neo4j:start spec" \ No newline at end of file +script: "bundle exec rake neo4j:install neo4j:start spec --trace" \ No newline at end of file diff --git a/lib/neography/tasks.rb b/lib/neography/tasks.rb index a65c944..b0b7768 100644 --- a/lib/neography/tasks.rb +++ b/lib/neography/tasks.rb @@ -1,4 +1,5 @@ # borrowed from architect4r +require 'os' namespace :neo4j do desc "Install Neo4j"