Skip to content

Commit

Permalink
Update Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglozzer committed Jan 22, 2019
1 parent 55bdc52 commit 41d59a2
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 @@ -22,7 +22,7 @@ before_script:
- phpenv config-rm xdebug.ini

- composer validate
- composer require silverstripe/recipe-core "$RECIPE_VERSION" --no-update
- composer require silverstripe/recipe-cms "$RECIPE_VERSION" --no-update
- if [[ $DB == PGSQL ]]; then composer require silverstripe/postgresql:2.1.x-dev --no-update; fi
- composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile

Expand Down

0 comments on commit 41d59a2

Please sign in to comment.