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

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

.travis.yml @upstream/4.8.0raw · 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