Sha256: 98c692edc4b411233c4ccbfc7eaa1ef34d7fc29dfef63367691ab5bd509c3558

Contents?: true

Size: 570 Bytes

Versions: 8

Compression:

Stored size: 570 Bytes

Contents

language: ruby
dist: xenial
cache: bundler

addons:
  apt:
    packages:
    - wrk
    - apache2-utils
  homebrew:
    packages:
    - wrk

matrix:
  include:
    - rvm: 2.4
    - rvm: 2.5
    - rvm: 2.6
    - rvm: 2.7
    - rvm: 2.6
      env: COVERAGE=PartialSummary,Coveralls
    - rvm: truffleruby
    - rvm: jruby-head
      env: JRUBY_OPTS="--debug -X+O"
    - rvm: ruby-head
    - rvm: 2.7
      os: osx
  allow_failures:
    - rvm: truffleruby
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: truffleruby

# after_success:
#   - bundle exec rake h2spec:all

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
async-http-0.50.7 .travis.yml
async-http-0.50.6 .travis.yml
async-http-0.50.5 .travis.yml
async-http-0.50.4 .travis.yml
async-http-0.50.3 .travis.yml
async-http-0.50.2 .travis.yml
async-http-0.50.1 .travis.yml
async-http-0.50.0 .travis.yml