Sha256: 97d8ce04566ec165eb914272d3587b6482fe59ec0901f3a1e0cca41f634156b7

Contents?: true

Size: 464 Bytes

Versions: 7

Compression:

Stored size: 464 Bytes

Contents

language: ruby
script: rspec spec -f d

install:
  - gem update bundler
  - bundle install

rvm:
  - 1.9
  - 2.0.0
  - 2.1.1
  - 2.1.2
  - 2.2.2
  - 2.3.1
  - jruby-19mode

  - 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=68

branches:
  only:
    - master

notifications:
  email:
    - adamluzsi@gmail.com

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rack-app-7.5.2 .travis.yml
rack-app-7.5.1 .travis.yml
rack-app-7.5.0 .travis.yml
rack-app-7.4.0 .travis.yml
rack-app-7.3.2 .travis.yml
rack-app-7.3.1 .travis.yml
rack-app-7.3.0 .travis.yml