try multiple db test matrix on travis
This commit is contained in:
parent
87497d8499
commit
ae043fcf3d
@ -24,7 +24,6 @@ env:
|
|||||||
|
|
||||||
addons:
|
addons:
|
||||||
ssh_known_hosts: phpvms.net
|
ssh_known_hosts: phpvms.net
|
||||||
mariadb: '10.1'
|
|
||||||
|
|
||||||
#before_install:
|
#before_install:
|
||||||
# - mysql -e 'CREATE DATABASE IF NOT EXISTS phpvms;'
|
# - mysql -e 'CREATE DATABASE IF NOT EXISTS phpvms;'
|
||||||
@ -54,4 +53,5 @@ deploy:
|
|||||||
script: ./.travis/deploy_script.sh
|
script: ./.travis/deploy_script.sh
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
condition: $DB = mysql
|
||||||
php: '7.0'
|
php: '7.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user