aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: f9ad1f699e9e27a76569804e083b8f9db9fb9f48 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



              


             



               




                    

                    
language: ruby
sudo: false

rvm:
  - 2.4.4
  - 2.5.1
  - ruby-head

cache:
  bundler: true

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

script:
  - bundle exec rake