1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Update primary test environment (Vagrant and Docker) to Ubuntu 18.04.

This commit is contained in:
David Steele
2018-06-06 15:52:28 -04:00
parent d309a85b51
commit a385cb520b
19 changed files with 95 additions and 53 deletions
+2 -2
View File
@@ -142,10 +142,10 @@ eval
confess &log(ERROR, '--vm is required');
}
# Only lint on U16
# Only lint on U18
my $strParam = undef;
if ($strVm ne VM_U16)
if ($strVm ne VM_U18)
{
$strParam .= '--no-lint';
}