Sha256: 78fdc6d9509cf0442f9cf7718da5449ef6df61ce6d45c74e20d30626c8791143

Contents?: true

Size: 496 Bytes

Versions: 5

Compression:

Stored size: 496 Bytes

Contents

language: ruby
script: rspec spec

install:
  - gem update bundler
  - bundle install

rvm:

  - 1.8
  - 1.9
  - 2.0.0
  - 2.1.1
  - 2.1.2
  - 2.2.2
  - 2.3.1

  - jruby-18mode
  - jruby-19mode
  - ree

  - ruby-head
  - jruby-head

matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head

env:
  global:
    - VERBOSE=true
    - TIMEOUT=1
    - BENCHMARK_QUANTITY=100000
    - STREAM_FILE_SIZE=1024

branches:
  only:
    - master

notifications:
  email:
    - adamluzsi@gmail.com

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rack-app-5.1.0 .travis.yml
rack-app-5.0.0 .travis.yml
rack-app-5.0.0.rc2 .travis.yml
rack-app-5.0.0.rc1 .travis.yml
rack-app-4.0.1 .travis.yml