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:
parent
74e791a93d
commit
342fa6dff3
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue