From 75e0669c27862db258778e37a3f3850b42cb9d87 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 13 May 2020 22:34:08 +0200 Subject: [PATCH] Switch documentation stage at the end to stop documentation link checks preventing "other tests" to be run Signed-off-by: William Desportes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 19e33e13a5..8589a528e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ language: php stages: - name: "Lint and analyse code" - name: "PHP Unit tests" - - name: "Documentation" - name: "Other tests" + - name: "Documentation" install: - nvm install 10