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

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-09-26 00:25:25 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-09-26 00:25:25 +0300
commitf0c82cfd7b60da3d9a3ee04c4d3e0c45db186afe (patch)
tree83f37547a5e93ba981d2faed5fe6388605cc663f /.travis.yml
parent9d900cd124b8126846657170ab3c31e366a82c59 (diff)
Testing deploying to a branch
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d886a00e6..48aa7913a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,15 @@ install:
script:
- npm run build
+deploy:
+ provider: pages
+ skip-cleanup: true
+ github-token: $GITHUB_TOKEN
+ keep-history: true
+ local-dir: _site
+ on:
+ branch: gh-pages-test
+
# blocklist
branches:
except: