Skip to content

Commit b094da3

Browse files
fix(travis): only deploy on master branch
1 parent aba0c72 commit b094da3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ before_deploy:
2323
- npm install --prefix ./functions
2424
deploy:
2525
provider: firebase
26+
skip_cleanup: true
2627
on:
2728
branch: master

0 commit comments

Comments
 (0)