1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Install rack when running tests on travis to use rack/lint

This commit is contained in:
Evan Phoenix 2015-07-14 10:41:31 -07:00
parent 02e05a8e15
commit fb5c233c01

View file

@ -1,7 +1,9 @@
sudo: false
language: ruby
cache: bundler
script: "TESTOPTS=-v bundle exec rake test"
script:
- gem install rack
- "TESTOPTS=-v bundle exec rake test"
rvm:
- 1.9.3
- 2.0.0