Skip to content

Commit

Permalink
Prefer source to ensure that TestAssetStore is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Mar 15, 2018
1 parent 856496e commit 6feec1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_script:
- composer validate
- composer require silverstripe/installer $INSTALLER_VERSION --no-update
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.0.x-dev; 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
- echo "SS_BASE_URL=http://localhost:8080/" >> .env

# Behat bootstrapping
Expand Down

0 comments on commit 6feec1d

Please sign in to comment.