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:
parent
02e05a8e15
commit
fb5c233c01
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue