Codebase list ruby-gitlab / 67f5029 .travis.yml
67f5029

Tree @67f5029 (Download .tar.gz)

.travis.yml @67f5029raw · history · blame

---
language: ruby
rvm:
  - 2.3
  - 2.4
  - 2.5
  - 2.6

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