1
0
Fork 0
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:
Evan Phoenix 2015-07-14 11:28:39 -07:00
parent fb5c233c01
commit 9b15163f1f
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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"