Skip to content

Commit

Permalink
Run the default rake task on travis
Browse files Browse the repository at this point in the history
Also the default task should run all test tasks so we don't have to
change .travis.yml when we add/remove a test task.
  • Loading branch information
yuki24 committed Dec 18, 2015
1 parent 25172c9 commit ab55825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: ruby
script: bundle exec rake test test:verbose_formatter
script: bundle exec rake
cache: bundler
sudo: false

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Rake::TestTask.new("test:extra_features") do |task|
task.ruby_opts << "-rdid_you_mean/extra_features"
end

task default: :test
task default: %i(test test:verbose_formatter test:extra_features)

namespace :test do
namespace :accuracy do
Expand Down

0 comments on commit ab55825

Please sign in to comment.