mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
added .travis.yml file
now testing on: 1.8.7 1.9.2 1.9.3 rbx-2.0 jruby
This commit is contained in:
parent
f487d7d660
commit
b5da2c7f0a
1 changed files with 6 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
rvm:
|
||||||
|
- 1.8.7
|
||||||
|
- 1.9.2
|
||||||
|
- 1.9.3
|
||||||
|
- rbx-2.0
|
||||||
|
- jruby
|
Loading…
Reference in a new issue