Skip to content

Commit

Permalink
all_branches for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Jun 22, 2018
1 parent f650d71 commit f0d19d9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ deploy:
local_dir: docs/
github_token: $GITHUB_TOKEN
on:
branch: master
all_branches: true
tags: true
repo: CatalysmsServerManager/7-Days-to-Die-API-wrapper

- provider: releases
api_key: $GITHUB_TOKEN
Expand All @@ -28,9 +29,14 @@ deploy:
skip_cleanup: true
on:
tags: true
all_branches: true
repo: CatalysmsServerManager/7-Days-to-Die-API-wrapper

- provider: npm
skip_cleanup: true
email: "[email protected]"
api_key: $NPM_TOKEN
on:
tags: true
tags: true
all_branches: true
repo: CatalysmsServerManager/7-Days-to-Die-API-wrapper

0 comments on commit f0d19d9

Please sign in to comment.