Skip to content

Commit

Permalink
Force installation of specific recipe version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-rainville committed May 19, 2020
1 parent 04a45a7 commit 1f0a07c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -9,11 +9,12 @@ services:
env:
global:
- COMPOSER_ROOT_VERSION=2.x-dev
- RECIPE_CORE_VERSION: 4.x

matrix:
include:
- php: 5.6
env: DB=MYSQL PHPUNIT_TEST=1
env: DB=MYSQL PHPUNIT_TEST=1 RECIPE_CORE_VERSION=4.4.x
- php: 7.0
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.1
Expand All @@ -31,6 +32,7 @@ before_script:
# Install composer dependencies
- composer validate
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:^2; fi
- composer require --no-update silverstripe/recipe-core:$RECIPE_CORE_VERSION
- composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile

script:
Expand Down

0 comments on commit 1f0a07c

Please sign in to comment.