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

Travis fix for jruby-head (#1139)

This commit is contained in:
Nate Berkopec 2016-11-20 09:20:20 -07:00 committed by GitHub
parent 74e791a93d
commit 342fa6dff3

View file

@ -1,6 +1,10 @@
sudo: false
language: ruby
cache: bundler
before_install:
# bundler installation needed for jruby-head
# https://github.com/travis-ci/travis-ci/issues/5861
- gem install bundler
script: "TESTOPTS=-v bundle exec rake test"
rvm:
- 2.2.6