mirror of
https://github.com/silverstripe/recipe-cms.git
synced 2024-10-22 08:05:52 +02:00
Update branch alias and travis
This commit is contained in:
parent
a3bad3b7b8
commit
ebebe164f2
@ -8,7 +8,7 @@ services:
|
||||
|
||||
env:
|
||||
global:
|
||||
- COMPOSER_ROOT_VERSION=4.5.x-dev
|
||||
- COMPOSER_ROOT_VERSION=4.6.x-dev
|
||||
|
||||
matrix:
|
||||
include:
|
||||
@ -27,7 +27,7 @@ before_script:
|
||||
|
||||
- composer validate
|
||||
- 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
|
||||
|
||||
# Validate cow schema
|
||||
|
@ -22,6 +22,9 @@
|
||||
"phpunit/phpunit": "^5.7"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"4.x-dev": "4.6.x-dev"
|
||||
},
|
||||
"project-files": [
|
||||
"app/src/*"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user