Sha256: 81dc9fd64d6289340b1379d74acf30ed128922aa1a1e4057d4ef36f0c2b2ec49

Contents?: true

Size: 338 Bytes

Versions: 5

Compression:

Stored size: 338 Bytes

Contents

language: ruby
sudo: required
dist: xenial
cache: bundler

before_script:
  - gem update --system

matrix:
  include:
    - rvm: 2.3
    - rvm: 2.4
    - rvm: 2.5
    - rvm: jruby-head
      env: JRUBY_OPTS="--debug -X+O"
    - rvm: ruby-head
    - rvm: rbx-3
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: rbx-3

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
falcon-0.11.0 .travis.yml
falcon-0.10.0 .travis.yml
falcon-0.9.0 .travis.yml
benchmark-http-0.2.0 .travis.yml
benchmark-http-0.1.0 .travis.yml