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