summaryrefslogtreecommitdiff
blob: ff52bcc94b2c82d4e22c8e565d2686c16f903402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: ruby
cache: bundler
rvm:
  - 2.4
  - 2.5

gemfiles:
  - Gemfile

branches:
  only:
    - master

script:
  - bundle exec rubocop
  - bundle exec rake test RAILS_ENV=test