Skip to content

Commit

Permalink
Merge pull request #8199 from creative-commoners/pulls/4.2/cms-travis…
Browse files Browse the repository at this point in the history
…-runs

Ensure silverstripe/recipe-cms is installed from source during Travis builds
  • Loading branch information
dhensby committed Jun 20, 2018
2 parents df25768 + b7be843 commit 8bd73bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -72,7 +72,7 @@ before_script:
- composer require silverstripe/recipe-testing:^1 silverstripe/recipe-core:4.2.x-dev silverstripe/admin:1.2.x-dev silverstripe/versioned:1.2.x-dev --no-update
- if [[ $PHPUNIT_TEST == cms ]]; then composer require silverstripe/recipe-cms:4.2.x-dev --no-update; fi
- if [[ $PHPCS_TEST ]]; then composer global require squizlabs/php_codesniffer:^3 --prefer-dist --no-interaction --no-progress --no-suggest -o; fi
- composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
- composer install --prefer-source --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile

# Log constants to CI for debugging purposes
- php ./tests/dump_constants.php
Expand Down

0 comments on commit 8bd73bb

Please sign in to comment.