Codebase list ruby-gitlab / 9671ebb .travis.yml
9671ebb

Tree @9671ebb (Download .tar.gz)

.travis.yml @9671ebbraw · history · blame

---
language: ruby
rvm:
  - 2.5
  - 2.6
  - 2.7

jobs:
  include:
    - stage: lint
      rvm: 2.5
      script: bundle exec rake rubocop