diff options
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index eaed355..0db6716 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,12 @@ ruby: before_install: - gem install bundler - cd CLI/ruby + +jobs: + include: + - stage: test + script: bundle exec rspec + + - stage: lint + ruby: 2.7 + script: bundle exec rubocop |
