Sha256: 16978d70a3d325bc5fb138ecaebd2e693cb7ab7e9a91176945575775633f0526

Contents?: true

Size: 236 Bytes

Versions: 2

Compression:

Stored size: 236 Bytes

Contents

language: ruby
rvm:
  - 1.8.7
  - 1.9.3
  - 2.0.0
  - 2.1
  - 2.2
  - jruby-18mode
  - jruby-19mode
  - rbx

before_install:
  - gem install bundler

bundler_args: --without development

script:
  - bundle exec rspec
  - script/rubocop

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rack-reverse-proxy-0.11.0 .travis.yml
rack-reverse-proxy-0.10.0 .travis.yml