summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-04 16:22:16 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-04 16:23:20 +0200
commit6e20ce493c92c94dc65bc44efafd76a4ca6346db (patch)
treeacd6171b2c5ca51c3af77e89c4151e171146b299
parent4c90d690fb9d0dec63042c316d763414049ec67c (diff)
downloadbundler-simplify_tasks.tar.gz
Move `man:build` in CI to the linting stagesimplify_tasks
So that it only runs for one ruby, and to clarify that it's not a prerequisite for tests to run as would be implied by the `before_script` phase. Also, remove `travis_retry` from this one, since I don't think this touches the network.
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7ed3a6d5cc..55bb9add5e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ script: rake spec:travis
before_script:
- travis_retry rake -E 'module ::Bundler; VERSION = "0.0.0"; end' override_version
- travis_retry rake spec:travis:deps
- - travis_retry rake man:build
branches:
only:
@@ -47,6 +46,9 @@ jobs:
- rvm: 2.6.3
script: rake rubocop
stage: linting
+ - rvm: 2.6.3
+ script: rake man:build
+ stage: linting
# Ruby 2.3 also tested in 2.x mode
- rvm: 2.3.8
env: RGV=master