Skip to content

Commit

Permalink
Merge pull request #353 from encreinformatique/patch-1
Browse files Browse the repository at this point in the history
Update composer before installing the dependencies
  • Loading branch information
hex333ham authored Jan 28, 2020
2 parents 52773be + 1aeda47 commit 1e6fb84
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 @@ -23,6 +23,7 @@ matrix:
before_install:
- echo "memory_limit=4G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- phpenv config-rm xdebug.ini
- composer self-update
- if [ "$SYMFONY_LTS" != "" ]; then composer require --dev --no-update symfony/lts=$SYMFONY_LTS; fi

install:
Expand All @@ -31,4 +32,4 @@ install:

script: ./phpunit

dist: trusty
dist: trusty

0 comments on commit 1e6fb84

Please sign in to comment.