Merge pull request #160 from open-sausages/pulls/4.0/that-old-admin

Fix to download the proper version of silverstripe-admin
This commit is contained in:
Daniel Hensby 2017-06-09 12:43:13 +01:00 committed by GitHub
commit d470f3d96e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ matrix:
before_script:
- composer validate
- composer install --dev --prefer-dist
- composer require --prefer-dist --no-update symfony/config:^3.2 silverstripe/framework:4.0.x-dev silverstripe/siteconfig:4.0.x-dev silverstripe/config:1.0.x-dev silverstripe/assets:1.0.x-dev silverstripe/versioned:1.0.x-dev --prefer-dist
- composer require --prefer-dist --no-update symfony/config:^3.2 silverstripe/framework:4.0.x-dev silverstripe/siteconfig:4.0.x-dev silverstripe/config:1.0.x-dev silverstripe/admin:1.0.x-dev silverstripe/assets:1.0.x-dev silverstripe/versioned:1.0.x-dev --prefer-dist
- composer update
- if [[ $PHPCS_TEST ]]; then pyrus install pear/PHP_CodeSniffer; fi
- phpenv rehash