Skip to content

Commit

Permalink
Deploy only tags
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Dec 18, 2019
1 parent 71a53b7 commit dcf1aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branches:
- master
script:
- npm run build
- npm run test
- npm run test
- npm run build:doc
deploy:
provider: pages
Expand All @@ -14,4 +14,4 @@ deploy:
keep-history: true
local-dir: dist/doc
on:
branch: master
tags: true

0 comments on commit dcf1aa8

Please sign in to comment.