From 412ce1681c6c16dd970cee70f4c99a0b88ac42e2 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Sun, 1 Jan 2017 20:47:08 +0100 Subject: [PATCH] Added printenv in travis --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 53379eb0..475d32f0 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,8 @@ endif --cap-add=NET_ADMIN \ -h mail.my-domain.com -t $(NAME) + docker exec mail printenv + # Wait for containers to fully start sleep 15