From 3215165605ba615dc7e5b76cbeeb9a366261555b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lapeyre?= Date: Tue, 29 Sep 2020 01:03:57 +0200 Subject: [PATCH] Try to debug the CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 631d4510..bba1f94b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ before_script: script: - make vet -- NOMAD_TOKEN=$(cat /tmp/nomad-test.token) make testacc +- TF_LOG=debug NOMAD_TOKEN=$(cat /tmp/nomad-test.token) make testacc after_scripts: - bash scripts/stop-nomad.sh