mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Update branch alias and travis
This commit is contained in:
parent
d29d0333c5
commit
71c4b9d5f8
@ -18,7 +18,7 @@ addons:
|
||||
env:
|
||||
global:
|
||||
- TRAVIS_NODE_VERSION="10"
|
||||
- COMPOSER_ROOT_VERSION="4.5.x-dev"
|
||||
- COMPOSER_ROOT_VERSION="4.6.x-dev"
|
||||
- DISPLAY=":99"
|
||||
- XVFBARGS=":99 -ac -screen 0 1024x768x16"
|
||||
- SS_BASE_URL="http://localhost:8080/"
|
||||
@ -52,8 +52,8 @@ before_script:
|
||||
|
||||
# Install composer dependencies
|
||||
- composer validate
|
||||
- composer require --no-update silverstripe/recipe-testing:^1 silverstripe/recipe-cms:4.5.x-dev
|
||||
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.1.x-dev; fi
|
||||
- composer require --no-update silverstripe/recipe-testing:^1 silverstripe/recipe-cms:4.6.x-dev
|
||||
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.4.x-dev; fi
|
||||
- composer install --prefer-source --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
|
||||
|
||||
# Install NPM dependencies
|
||||
|
@ -32,7 +32,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"4.x-dev": "4.5.x-dev"
|
||||
"4.x-dev": "4.6.x-dev"
|
||||
},
|
||||
"expose": [
|
||||
"client/dist",
|
||||
|
Loading…
Reference in New Issue
Block a user