mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Use rack in the Gemfile for test running
This commit is contained in:
parent
fb5c233c01
commit
9b15163f1f
2 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
sudo: false
|
||||
language: ruby
|
||||
cache: bundler
|
||||
script:
|
||||
- gem install rack
|
||||
- "TESTOPTS=-v bundle exec rake test"
|
||||
script: "TESTOPTS=-v bundle exec rake test"
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -7,6 +7,7 @@ gem "rdoc"
|
|||
gem "rake-compiler"
|
||||
gem "test-unit", "~> 3.0"
|
||||
|
||||
gem "rack"
|
||||
gem 'minitest', '~> 4.0'
|
||||
|
||||
gem "jruby-openssl", :platform => "jruby"
|
||||
|
|
Loading…
Reference in a new issue