Codebase list ruby-gitlab / 2a84b9a .travis.yml
2a84b9a

Tree @2a84b9a (Download .tar.gz)

.travis.yml @2a84b9araw · 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