mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
82dc33445c
Move Readline-loading specs inside normal suite
27 lines
310 B
YAML
27 lines
310 B
YAML
rvm:
|
|
- 1.9.2
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1.0
|
|
- 2.1.1
|
|
- ruby-head
|
|
- rbx
|
|
- jruby
|
|
- jruby-head
|
|
|
|
script:
|
|
- rake spec
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: ruby-head
|
|
- rvm: jruby-head
|
|
|
|
notifications:
|
|
irc: "irc.freenode.org#pry"
|
|
recipients:
|
|
- jrmair@gmail.com
|
|
|
|
branches:
|
|
only:
|
|
- master
|