aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 74ed61a88d11b092792313441cc0deb9b4102730 (plain)
1
2
3
4
5
6
7
8
9
10
script: "bundle exec rake test"

rvm:
  - 2.2
  - ruby-head

matrix:
  allow_failures:
    - rvm: ruby-head
  fast_finish: true