1
0
Fork 0
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:
John Mair 2011-09-22 03:22:33 +12:00
parent f487d7d660
commit b5da2c7f0a

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx-2.0
- jruby