From 2bdb6f6216454703c5ea738437f254832ec4da6b Mon Sep 17 00:00:00 2001 From: downtownallday Date: Wed, 10 Jun 2020 22:37:46 -0400 Subject: [PATCH] Output more host information post-setup --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0614e2e1..52661aaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,11 @@ before_install: install: - sudo tests/system-setup/remote-nextcloud-docker.sh + - hostname -I || true + - hostname -i || true + - hostname || true + - hostname --fqdn || true + - nslookup box.abc.com || true script: #