summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 64cc6791fb4b689c81dfebf1378c5b52e584ba43 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: ruby
cache: bundler
sudo: false
rvm:
  - 2.4.3
  - 2.5.0
branches:
  only:
    - master
script:
  - bundle exec rake