From 7ce08dc469d55786e79964b0bda12bed9251b689 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Thu, 16 Apr 2020 11:40:43 -0700 Subject: [PATCH] travis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5cfcd85..2ee23b64 100644 --- a/Makefile +++ b/Makefile @@ -293,7 +293,7 @@ snapcraft: clean compile build-bin snapcraft push statping_${VERSION}_armhf.snap --release stable postman: clean - API_SECRET=demosecret123 statping -p=8080 > /dev/null & + API_SECRET=demosecret123 statping --port=8080 > /dev/null & sleep 3 newman run -e dev/postman_environment.json dev/postman.json killall statping