summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f4ee366f124d7b1262366adf69facfbf3311e526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
language: ruby
sudo: false
script: "bundle exec rake test"
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.5
  - 2.2.0
  - 2.2.1
  - 2.2.2
  - rbx-2
notifications:
  email: false
matrix:
  allow_failures:
    - rvm: rbx-2