mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Update travis to target 4.3.x-dev (#2203)
This commit is contained in:
parent
7e361c8595
commit
e1e92db672
@ -18,7 +18,7 @@ addons:
|
||||
env:
|
||||
global:
|
||||
- TRAVIS_NODE_VERSION="6"
|
||||
- COMPOSER_ROOT_VERSION="4.2.x-dev"
|
||||
- COMPOSER_ROOT_VERSION="4.3.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.2.x-dev
|
||||
- composer require --no-update silverstripe/recipe-testing:^1 silverstripe/recipe-cms:4.3.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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user