1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-05 15:05:48 +02:00

Move documentation job first for Travis CI.

Since this job has been running long recently this should improved overall performance when multiple commits are queued up.
This commit is contained in:
David Steele 2019-09-10 13:06:44 -04:00
parent f4f21d0df7
commit dca5b63f97
2 changed files with 3 additions and 3 deletions

View File

@ -12,11 +12,11 @@ services:
- docker
env:
- PGB_CI="doc"
- PGB_CI="--vm=u18 test"
- PGB_CI="--vm=co6 test"
- PGB_CI="--vm=co7 test"
- PGB_CI="--vm=u12 test"
- PGB_CI="doc"
before_install:
- sudo apt-get -qq update && sudo apt-get install libxml-checker-perl libdbd-pg-perl libyaml-libyaml-perl python-pip lcov libperl-dev

View File

@ -88,14 +88,14 @@ sub process
"\n" .
"env:\n";
$strConfig .= " - PGB_CI=\"doc\"\n";
# Iterate each OS
foreach my $strVm (VM_LIST)
{
$strConfig .= " - PGB_CI=\"--vm=${strVm} test\"\n";
}
$strConfig .= " - PGB_CI=\"doc\"\n";
# Configure install and script
$strConfig .=
"\n" .