mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Merge pull request #373 from grzuy/jruby
Stop running TravisCI against jRuby for now
This commit is contained in:
commit
3ed014d45a
1 changed files with 1 additions and 9 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -6,17 +6,9 @@ rvm:
|
|||
- 2.5.1
|
||||
- 2.4.4
|
||||
- 2.3.7
|
||||
- jruby-9.1.16.0
|
||||
|
||||
before_install:
|
||||
# For jruby we need to stick with rubygems 2.7.4 until
|
||||
# https://github.com/rubygems/rubygems/issues/2188
|
||||
# is fixed and released.
|
||||
#
|
||||
# Without this workaround, for jruby builds, rubygems
|
||||
# activates jruby stdlib minitest (v5.4.1) instead of the
|
||||
# bundled version (v5.11.3).
|
||||
- if [ "${TRAVIS_RUBY_VERSION:0:5}" = "jruby" ]; then gem update --system 2.7.4; else gem update --system; fi
|
||||
- gem update --system
|
||||
- gem install bundler
|
||||
|
||||
gemfile:
|
||||
|
|
|
|||
Loading…
Reference in a new issue