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:
parent
7d88f72409
commit
c71d7d5290
|
@ -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
|
Loading…
Reference in New Issue