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

script: bundle exec rake