mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
add travis config
This commit is contained in:
parent
10be1551c4
commit
cc8a27b52c
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 1.9.2
|
||||
- 1.8.7
|
||||
- ree
|
||||
- jruby-18mode
|
||||
- jruby-19mode
|
||||
- rbx-18mode
|
||||
- rbx-19mode
|
Loading…
Reference in a new issue