Skip to content

Commit

Permalink
trying to get travis to work
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Nov 9, 2011
1 parent c82650f commit 84b31d0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
script: "bundle exec rake neo4j:install neo4j:start spec"
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
neography (0.0.15)
neography (0.0.16)
httparty (~> 0.7.3)
json
os
Expand Down
1 change: 0 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ in order to access the functionality.
for development:
rspec
net-http-spy
fakeweb

==== Rails

Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
require 'neography/tasks'

RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_opts = "--color"
Expand Down

0 comments on commit 84b31d0

Please sign in to comment.