Hook up sinatra-contrib tests

/cc #1145
This commit is contained in:
Zachary Scott 2016-07-23 12:30:45 +09:00
parent 595a750e21
commit 6c19c17635
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ rvm:
- jruby-9.1.0.0
- jruby-head
script:
- bundle exec rake
- cd sinatra-contrib && bundle install --jobs=3 --retry=3 && bundle exec rake
sudo: false
matrix: