Skip to content

Commit

Permalink
trying to get travis to work
Browse files Browse the repository at this point in the history
maxdemarzi committed Nov 9, 2011

Verified

This commit was signed with the committer’s verified signature.
williamdes William Desportes
1 parent c82650f commit 84b31d0
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
1 change: 0 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
@@ -36,7 +36,6 @@ in order to access the functionality.
for development:
rspec
net-http-spy
fakeweb

==== Rails

1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 84b31d0

Please sign in to comment.