pry--pry/.travis.yml

28 lines
361 B
YAML
Raw Normal View History

rvm:
- 1.9.2
- 1.9.3
- 2.0.0
2013-12-29 00:52:53 +00:00
- 2.1.0
2013-01-28 00:39:29 +00:00
- ruby-head
2013-11-24 02:16:42 +00:00
- rbx
2012-11-18 08:28:12 +00:00
- jruby-19mode
2012-11-18 09:43:57 +00:00
- jruby-head
2014-02-03 11:35:23 +00:00
script:
- rake spec
2014-02-03 11:50:27 +00:00
- bundle exec bacon spec/isolation/readline_spec.rb
2014-02-03 11:35:23 +00:00
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
notifications:
irc: "irc.freenode.org#pry"
recipients:
- jrmair@gmail.com
branches:
only:
- master