diff mbox series

[1/2] .travis.yml: Test with disable-replication

Message ID 20190215094502.32149-1-dgilbert@redhat.com
State New
Headers show
Series [1/2] .travis.yml: Test with disable-replication | expand

Commit Message

Dr. David Alan Gilbert Feb. 15, 2019, 9:45 a.m. UTC
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

We've had the build break with replication disabled, so lets
test that case in travis.

Suggsted-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Huth Feb. 15, 2019, 10:20 a.m. UTC | #1
On 15/02/2019 10.45, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> We've had the build break with replication disabled, so lets
> test that case in travis.
> 
> Suggsted-by: Alex Bennée <alex.bennee@linaro.org>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index baa06b976a..95c554897b 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -90,7 +90,7 @@ matrix:
>  
>  
>      - env:
> -        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user"
> +        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user --disable-replication"

Reviewed-by: Thomas Huth <thuth@redhat.com>
Alex Bennée Feb. 20, 2019, 3:18 p.m. UTC | #2
Dr. David Alan Gilbert (git) <dgilbert@redhat.com> writes:

> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> We've had the build break with replication disabled, so lets
> test that case in travis.

Both patches queued to testing/next, thanks.

--
Alex Bennée
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index baa06b976a..95c554897b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,7 +90,7 @@  matrix:
 
 
     - env:
-        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user"
+        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user --disable-replication"
 
 
     - env: