Kill watch ocmmand after 5s

This commit is contained in:
Lukas Martinelli
2017-01-08 13:40:38 +01:00
parent b9e70a943f
commit 004177a3c8

View File

@@ -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 $!