diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-12-22 03:39:45 +0100 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-12-22 03:39:45 +0100 |
commit | b6006f85c46a0f72bdcc920c00ccbc284e5ee165 (patch) | |
tree | 038f128615f40181fc05e932b8fda35b91a9f9a5 | |
parent | ac8f4e2245506a1463ada71b7d4b1d6b4d4def6a (diff) | |
download | bundler-move_man_check_to_lints.tar.gz |
Compress lint tasks to a single jobmove_man_check_to_lints
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index b0c9bf0fe1..a428231133 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,13 +54,7 @@ env: jobs: include: - rvm: 2.6.5 - script: bin/rake rubocop - stage: linting - - rvm: 2.6.5 - script: bin/rake check_rvm_integration - stage: linting - - rvm: 2.6.5 - script: bin/rake man:check + script: bin/rake rubocop check_rvm_integration man:check stage: linting # Ruby 2.3 also tested in 2.x mode - rvm: 2.3.8 |