Skip to content

Commit

Permalink
Run test by default in Rake
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Ghinea committed Jun 4, 2014
1 parent 8a52a9b commit 3141ec2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ language: ruby
rvm:
- 1.9.3
- 2.1.2
script: bundle exec rake spec
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new

# Default task
task :default do
puts `rake -T`
end
task :default => :spec

0 comments on commit 3141ec2

Please sign in to comment.