Created
November 8, 2012 02:58
-
-
Save mhoran/4036335 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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