Skip to content

Commit

Permalink
use default task
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 12, 2016
1 parent 14ceff2 commit a0e0813
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -6,8 +6,6 @@ rvm:
- ruby-head
- rbx-2
before_install: gem install bundler --no-document
before_script: rake compile
script: rake test
matrix:
allow_failures:
- rvm: ruby-head
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -28,4 +28,4 @@ else
end
end

task :default => :test
task :default => [:compile, :test]

0 comments on commit a0e0813

Please sign in to comment.