From 004177a3c834ede4101917ed3ff0cc78d5789580 Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Sun, 8 Jan 2017 13:40:38 +0100 Subject: [PATCH] Kill watch ocmmand after 5s --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 21d7f9d1..07d98757 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ script: - make - ./maputnik --help - ./maputnik --version -- timeout 5s ./maputnik --watch --file style.json +- ./maputnik --watch --file style.json & sleep 5; kill $!