Skip to content

Commit

Permalink
Fix travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbert committed Oct 27, 2014
1 parent 68dab79 commit 3190a5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rvm:
before_script:
- "sudo touch /var/log/stripe-mock-server.log"
- "sudo chown travis /var/log/stripe-mock-server.log"
script: "bundle exec rake"
script: "bundle exec rspec"
notifications:
webhooks:
urls:
Expand Down
14 changes: 0 additions & 14 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,3 @@ rescue LoadError => e
warn e.message
warn "Run `gem install rubygems-tasks` to install Gem::Tasks."
end

begin
gem 'rspec', '~> 3.1'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new
rescue LoadError => e
task :spec do
abort "Please run `gem install rspec` to install RSpec."
end
end

task :test => :spec
task :default => :spec

0 comments on commit 3190a5b

Please sign in to comment.