Travis fix
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- '7.2'
|
|
||||||
- '7.3'
|
|
||||||
- '7.4'
|
- '7.4'
|
||||||
|
- '7.3'
|
||||||
|
- '7.2'
|
||||||
|
|
||||||
#env:
|
#env:
|
||||||
# - DB=mysql
|
# - DB=mysql
|
||||||
@@ -132,7 +132,7 @@ jobs:
|
|||||||
# https://docs.travis-ci.com/user/deployment/#examples-of-conditional-deployment
|
# https://docs.travis-ci.com/user/deployment/#examples-of-conditional-deployment
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
cleanup: false
|
skip_cleanup: true
|
||||||
script: ./.travis/deploy_script.sh
|
script: ./.travis/deploy_script.sh
|
||||||
on:
|
on:
|
||||||
all_branches: true
|
all_branches: true
|
||||||
@@ -151,7 +151,7 @@ jobs:
|
|||||||
- ./.travis/deploy_script.sh
|
- ./.travis/deploy_script.sh
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
cleanup: false
|
skip_cleanup: true
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: build/*
|
file: build/*
|
||||||
|
|||||||
Reference in New Issue
Block a user