aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 783ebabdc922226c9dc5a5661f74b25b60df4beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
before_install:
  - "gem update rubygems-update"
  - "gem update --system"
  - "gem update bundler"
script: "bundle exec rake test"

rvm:
  - 2.2
  - ruby-head

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