Run CI against 1.8.7, 1.9.2 and 1.9.3

This commit is contained in:
Jon Leighton 2011-10-30 17:16:03 +00:00
parent 9a6195eec2
commit 1f688ef782
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@ before_script:
- "sudo apt-get install xvfb -y"
- "Xvfb :0 &"
env: DISPLAY=:0
rvm:
- 1.9.3
- 1.9.2
- 1.8.7