Fixed travis config for master
This commit is contained in:
parent
d7430923f4
commit
160156dcb5
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ deploy:
|
|||
script: .travis/deploy-snapshot.sh
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: dev
|
||||
branch: master
|
||||
- provider: script
|
||||
script: .travis/deploy-release.sh
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
tags: true
|
||||
|
|
Loading…
Reference in a new issue