summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ba51bba6b2d936f705b05b1d39205da2438226d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - ree
  - rbx-18mode
  - rbx-19mode
  - jruby

notifications:
  irc: "irc.freenode.org#pry"
  recipients:
    - jrmair@gmail.com

branches:
  only:
    - master