summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 55b3870b579983385f0b0259bdf167c321813337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cache: bundler
before_install:
  - gem update bundler
rvm:
  - 2.0.0
  - 2.1
  - 2.2
  - 2.3.3
  - 2.4.0
  - jruby-9.1.8.0
  - jruby-head
  - ruby-head
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
notifications:
  email:
    on_success: change
    on_failure: always