From 81c2b75ee4f07cb98c4729c949b4b1f18df98882 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Tue, 9 Jun 2020 23:19:24 -0400 Subject: [PATCH] Simplify networking info dump --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e0f22d7f..8f1598ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,12 @@ before_install: - (sudo aa-status; true) # - echo "==== DUMP NETWORK INFO ====" - - (hostname -I; true) - - (hostname -i; true) - - (hostname; true) - - (hostname --fqdn; true) - - (ip add; true) + - hostname -I + - hostname -i + - hostname + - hostname --fqdn + - ip add + - cat /etc/hosts install: - sudo tests/assets/system-setup/remote-nextcloud-docker.sh