summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: c5340d57812d4be2e28876b6dfb0020f369b6bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: ruby
cache: bundler
sudo: false
rvm:
  - 2.2.5
  - 2.3.1
branches:
  only:
    - master
before_install:
  - gem update bundler

script: bundle exec rake