mirror of
https://github.com/loewexy/pdnsmanager.git
synced 2025-01-15 18:52:20 +01:00
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
|
script: .travis/deploy-snapshot.sh
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branch: dev
|
branch: master
|
||||||
- provider: script
|
- provider: script
|
||||||
script: .travis/deploy-release.sh
|
script: .travis/deploy-release.sh
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
Loading…
Reference in a new issue