rack.git  about / heads / tags
a modular Ruby webserver interface
blob aa2eca436d460255cb038926087a4b42fe576705 398 bytes (raw)
$ git show HEAD:.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
 
before_install: sudo apt-get install lighttpd libfcgi-dev libmemcache-dev memcached
install:
  - gem env version | grep '^\(2\|1.\(8\|9\|[0-9][0-9]\)\)' || gem update --system
  - gem install --conservative rake
  - rake deps
script: rake ci
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - 2.0.0
  - 2.1
  - ruby-head
  - rbx-2
  - jruby
  - ree
notifications:
  email: false
  irc: "irc.freenode.org#rack"

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