Update travis to target 4.3.x-dev (#2203)

This commit is contained in:
Maxime Rainville 2018-07-02 10:19:53 +12:00 committed by GitHub
parent 7e361c8595
commit e1e92db672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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