1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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: