Switch documentation stage at the end to stop documentation link checks preventing "other tests" to be run

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-05-13 22:34:08 +02:00
parent ee2a49e4a8
commit 75e0669c27
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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