Codebase list ruby-gitlab / upstream/4.14.1 .travis.yml
upstream/4.14.1

Tree @upstream/4.14.1 (Download .tar.gz)

.travis.yml @upstream/4.14.1raw · history · blame

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

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