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