Skip to content

Commit

Permalink
fix travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Jan 3, 2020
1 parent 2035721 commit 8b82268
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 @@ -16,7 +16,7 @@ before_install:
- phpenv config-rm xdebug.ini || echo "Can't disable xDebug"
- |
if [ "$SYMFONY_VERSION" != "" ]; then
sed -ri '/symfony\/monolog-bundle/! s/"symfony\/(.+)": "(.+)"/"symfony\/\1": "'$SYMFONY_VERSION'"/' composer.json;
sed -ri '/symfony\/(http-client|monolog-bundle)/! s/"symfony\/(.+)": "(.+)"/"symfony\/\1": "'$SYMFONY_VERSION'"/' composer.json;
fi;
- composer self-update
- composer global require hirak/prestissimo
Expand Down

0 comments on commit 8b82268

Please sign in to comment.