Merge pull request #568 from tombell/travis-ci

Add travis-ci configuration file
This commit is contained in:
Tom Preston-Werner 2012-06-11 15:52:58 -07:00
commit 88428a8eb1
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
before_script:
- "sudo pip install pygments"
rvm:
- 1.9.3
- 1.9.2
- 1.8.7
- rbx-18mode
# - rbx-19mode # liquid seems to fail on 1.9 mode