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:31:46 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-09-26 00:31:46 +0300
commit9c82cede3fdc6be67f3337a8df00ded2868b71e9 (patch)
tree91d1db129aa6be4f554668a8667b6de3281a5f5f /.travis.yml
parentf0c82cfd7b60da3d9a3ee04c4d3e0c45db186afe (diff)
With the proper trigger to deploy this time
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 48aa7913a..a1e34bd93 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,13 +10,14 @@ 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
+ - provider: pages
+ skip-cleanup: true
+ github-token: $GITHUB_TOKEN
+ keep-history: true
+ local-dir: _site
+ target-branch: gh-pages-test
+ on:
+ branch: master
# blocklist
branches: