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

rvm:
  - ruby-head

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