diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2019-02-15 09:45:01 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-02-22 09:28:29 +0000 |
commit | ad0adb4b0e69ee4f9e99c1b446ba4d7fdb404e2a (patch) | |
tree | 4e687108d5d95392938101fd62b957cedf0777dd /.travis.yml | |
parent | 4e6e7df61e1408d09990a12bc050be8e65e7f4f6 (diff) |
.travis.yml: Test with disable-replication
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>
Message-Id: <20190215094502.32149-1-dgilbert@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 36ed7ec3f9..61b086b8b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,7 +95,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: |