Codebase list ruby-gitlab / 9962458 .travis.yml
9962458

Tree @9962458 (Download .tar.gz)

.travis.yml @9962458raw · 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