From 6e20ce493c92c94dc65bc44efafd76a4ca6346db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 4 Jul 2019 16:22:16 +0200 Subject: Move `man:build` in CI to the linting stage 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. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1