added travis build config

This commit is contained in:
Jonas Nicklas 2011-11-06 14:16:54 +02:00
parent 60f333d60a
commit 13a9a33652
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
- ree
- jruby
- rbx
- rbx-2.0
before_script:
- 'sh -e /etc/init.d/xvfb start'
before_install:
- 'git submodule update --init'
env:
- DISPLAY=':99.0'