summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e0c78b8f7fe20f96e599335bde152e47b906a315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
bundler_args: "--verbose"
before_install:
  - gem update --system
  - which bundle || gem install bundler
  - gem update bundler
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - ree
  - rbx
  - jruby
  - jruby-head
  - 2.0.0
  - 2.1
  - 2.2
  - 2.3
  - 2.4.1
  - ruby-head
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: rbx
  fast_finish: true
notifications:
  irc: "irc.freenode.org#pry"
  recipients:
    - jrmair@gmail.com