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