Update branch alias and travis

This commit is contained in:
Serge Latyntcev 2019-11-21 14:03:39 +13:00
parent a3bad3b7b8
commit ebebe164f2
2 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,7 @@ services:
env: env:
global: global:
- COMPOSER_ROOT_VERSION=4.5.x-dev - COMPOSER_ROOT_VERSION=4.6.x-dev
matrix: matrix:
include: include:
@ -27,7 +27,7 @@ before_script:
- composer validate - composer validate
- composer require --no-update silverstripe-themes/simple:~3.2.0 - composer require --no-update silverstripe-themes/simple:~3.2.0
- if [[ $DB == PGSQL ]]; then composer require silverstripe/postgresql:2.1.x-dev --no-update; fi - if [[ $DB == PGSQL ]]; then composer require silverstripe/postgresql:2.4.x-dev --no-update; fi
- composer install --prefer-source --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile - composer install --prefer-source --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
# Validate cow schema # Validate cow schema

View File

@ -22,6 +22,9 @@
"phpunit/phpunit": "^5.7" "phpunit/phpunit": "^5.7"
}, },
"extra": { "extra": {
"branch-alias": {
"4.x-dev": "4.6.x-dev"
},
"project-files": [ "project-files": [
"app/src/*" "app/src/*"
], ],