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
|
sudo: false
|
||||||
language: ruby
|
language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
script:
|
script: "TESTOPTS=-v bundle exec rake test"
|
||||||
- gem install rack
|
|
||||||
- "TESTOPTS=-v bundle exec rake test"
|
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
|
1
Gemfile
1
Gemfile
|
@ -7,6 +7,7 @@ gem "rdoc"
|
||||||
gem "rake-compiler"
|
gem "rake-compiler"
|
||||||
gem "test-unit", "~> 3.0"
|
gem "test-unit", "~> 3.0"
|
||||||
|
|
||||||
|
gem "rack"
|
||||||
gem 'minitest', '~> 4.0'
|
gem 'minitest', '~> 4.0'
|
||||||
|
|
||||||
gem "jruby-openssl", :platform => "jruby"
|
gem "jruby-openssl", :platform => "jruby"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue