~ubuntu-branches/debian/sid/ruby-rack-proxy/sid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sudo: false
cache: bundler
language: ruby
before_install:
  - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
  - gem install bundler
  - gem update bundler
script: bundle exec rake test
rvm:
  - 2.0.0
  - 2.1.5
  - 2.2.2
  - 2.2.3
  - 2.3.0
  - 2.3.1
env:
 - RAILS_ENV=test RACK_ENV=test
notifications:
  email: false