Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
add default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Nov 18, 2015
1 parent f7b9243 commit 10b0dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ language: ruby
install:
- git submodule update --init --recursive
- bundle install
- rake clean
- rake test
- rake status
sudo: false
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ task :status do
exit 0
end
end

task :default => [:clean, :test, :status]

0 comments on commit 10b0dd7

Please sign in to comment.