rack.git  about / heads / tags
a modular Ruby webserver interface
blob cf999939794a154b9602a9eb4b4ecfa591fe5948 533 bytes (raw)
$ git show rfc7231-sec6.3.6-205:.travis.yml	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 
language: ruby
sudo: false
cache:
  - bundler
  - apt

services:
  - memcached

addons:
  apt:
    packages:
      - lighttpd
      - libfcgi-dev

before_install:
  - gem env version | grep '^\(2\|1.\(8\|9\|[0-9][0-9]\)\)' || gem update --system
  - gem list -i bundler || gem install bundler

script: bundle exec rake ci

rvm:
  - 2.2.5
  - 2.3.1
  - ruby-head
  - rbx-2
  - jruby-9.0.4.0
  - jruby-head

notifications:
  email: false
  irc: "irc.freenode.org#rack"

matrix:
  allow_failures:
    - rvm: rbx-2
    - rvm: jruby-head

git clone https://yhbt.net/rack.git