1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Continuous integration using travis-ci.

This commit is contained in:
David Steele
2017-02-21 08:59:23 -05:00
parent 56543f7a99
commit 86fee3da18
24 changed files with 1154 additions and 696 deletions

View File

@@ -78,8 +78,8 @@ use constant VM_D8 => 'd8';
push @EXPORT, qw(VM_D8);
# Defines the host VM (the VM that the containers run in)
use constant VM_HOST => VM_U16;
push @EXPORT, qw(VM_HOST);
use constant VM_HOST_DEFAULT => VM_U16;
push @EXPORT, qw(VM_HOST_DEFAULT);
# Lists valid VMs
use constant VM_LIST => (VM_CO6, VM_U16, VM_D8, VM_CO7, VM_U14, VM_U12);