The new name is arguably more informative, especially now
that we have MACOS_CMD and knowing that MINGW_CMD will
likely be introduced at some point.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index ec45d78303..0ae8b293b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ script:
-e PACKAGES="$PACKAGES"
-e DISTCHECK_CONFIGURE_FLAGS="$DISTCHECK_CONFIGURE_FLAGS"
"$IMAGE"
- /bin/sh -xc "$DOCKER_CMD"
+ /bin/sh -xc "$LINUX_CMD"
git:
submodules: true
@@ -42,7 +42,7 @@ git:
env:
global:
- VIR_TEST_DEBUG=1
- - DOCKER_CMD="
+ - LINUX_CMD="
apt-get update &&
apt-get install -y \$PACKAGES &&
./autogen.sh &&
--
2.17.1