1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/.travis.yml
2016-08-26 00:48:25 +09:00

31 lines
348 B
YAML

rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3.1
- ruby-head
- rbx-2
- jruby
- jruby-head
script:
- rake spec
sudo: false
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2
notifications:
irc: "irc.freenode.org#pry"
recipients:
- jrmair@gmail.com
branches:
only:
- master