Skip to content

Instantly share code, notes, and snippets.

@mhoran
Created November 8, 2012 02:58
Show Gist options
  • Save mhoran/4036335 to your computer and use it in GitHub Desktop.
Save mhoran/4036335 to your computer and use it in GitHub Desktop.
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
- rbx-18mode
- jruby-18mode
- ree
branches:
# The old 1.1, 1.2, and 1.3 branches aren't correctly setup yet.
only: master
notifications:
email: false
irc: "irc.freenode.org#rack"
language: ruby
matrix:
include:
- rvm: jruby
before_install: mkdir /tmp/rack
env: TMPDIR=/tmp/rack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment