Skip to content

Commit

Permalink
fix raketask
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuruS committed Mar 20, 2018
1 parent 91c5ed1 commit af5dbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ end

Coveralls::RakeTask.new

task :default => ["rspec", "style"]
task :ci => ["rspec", "style", "coveralls:push"]
task :default => ["rspec"]
task :ci => ["rspec", "coveralls:push"]

0 comments on commit af5dbb8

Please sign in to comment.