Skip to content

Commit

Permalink
Trying to add doctrine/orm to test prod requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Jul 13, 2020
1 parent b43df40 commit 16efd54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ script:

- vendor/bin/phpunit

- composer install --no-dev --no-scripts --prefer-dist
- composer require doctrine/orm:^2.5 --no-update --no-scripts --prefer-dist
- composer install --no-dev --prefer-dist
- (cd src/Bundle/test && app/console cache:clear --env=prod)

0 comments on commit 16efd54

Please sign in to comment.