Add travis-ci configuration file

* Tests against: 1.9.3, 1.9.2, 1.8.7, rbx-18mode
* Fixes #387
This commit is contained in:
Tom Bell 2012-05-31 14:48:44 -04:00
parent 7d88f72409
commit c71d7d5290
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