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

Remove code to generate .travis.yml.

Most of the logic has been moved to test/travis.pl so there wasn't much purpose to this code anymore.
This commit is contained in:
David Steele
2019-10-10 11:25:59 -04:00
parent 696e6a7c44
commit 9a3ba649e1
4 changed files with 1 additions and 138 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ eval
processBegin(($strVm eq VM_NONE ? "no container" : $strVm) . ' test');
processExec(
"${strTestExe} --no-gen --no-ci-config --vm-host=${strVmHost} --vm=${strVm}${strParam}",
"${strTestExe} --no-gen --vm-host=${strVmHost} --vm=${strVm}${strParam}",
{bShowOutputAsync => true, bOutLogOnError => false});
processEnd();
}