Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2019-01-27 20:04:46 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-01-27 20:04:46 +0300
commit5b4e38a34d18143371a4e52d771faa6c77c3410f (patch)
treee67674ad762711c520df39ea32d9fb20f1cd9698
parent10dc22dd8ef967cdb36c715628521d8a8bf35c53 (diff)
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 572f918..8dd4d2c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,3 +16,6 @@ script:
- cd hugoBasicExample
- hugo -t tale-hugo --themesDir ../..
- htmlproofer public --check-html --disable-external --allow-hash-href
+ - hugo serve -t tale-hugo --themesDir ../.. &
+ - sleep 25
+ - kill $! \ No newline at end of file