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

Tree @b20d668 (Download .tar.gz)

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