diff --git a/.travis.yml b/.travis.yml index 2dbd9bf..de17603 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ script: - grind benchmark deploy: + skip_cleanup: true provider: script script: scripts/deploy.sh on: diff --git a/scripts/deploy.sh b/scripts/deploy.sh index e26535d..81d77f2 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -6,6 +6,8 @@ else set -e fi +./scripts/install.sh + git clone https://github.com/thislooksfun/compiled_mustache.wiki.git grind doc_benchmark_wiki cd compiled_mustache.wiki