rack.git  about / heads / tags
a modular Ruby webserver interface
blob 8858cfc38fe684616802c2d2547048bd11812f7b 523 bytes (raw)
$ git show 1.6.11:.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
38
39
40
41
42
43
44
 
language: ruby
sudo: false
cache:
  - bundler
  - apt

services:
  - memcached

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

before_install:
  - gem update --system 2.7.4
  - gem install bundler

script: bundle exec rake ci

rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - 2.0.0
  - 2.1
  - 2.2.4
  - 2.3.0
  - ruby-head
  - rbx-2
  - jruby
  - jruby-9.0.4.0
  - jruby-head
  - ree

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

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

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