From c0e306354acb155c5c530146ff073b9602aa6e80 Mon Sep 17 00:00:00 2001 From: sj Date: Sun, 6 Sep 2020 10:04:37 +0700 Subject: [PATCH] Make curl verbose --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 08e71cb..767b706 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: - http_code=$(curl -s -w "%{http_code}" 127.0.0.1 | tail -n 1) - test $http_code -eq 308 - - curl 127.0.0.1:2015 + - curl -vvv 127.0.0.1:2015 - http_code=$(curl -s -w "%{http_code}" 127.0.0.1:2015 | tail -n 1) - test $http_code -eq 404