Skip to content

Commit

Permalink
Merge pull request #147 from stof/ci_cache
Browse files Browse the repository at this point in the history
Install vendors with dist archives on Travis
  • Loading branch information
stof authored Mar 10, 2020
2 parents b93f8f0 + a358258 commit 11eca87
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 @@ -30,7 +30,7 @@ before_install:
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require -n --no-update symfony/lts=$SYMFONY_VERSION; fi;'

install:
- composer install -n
- composer install -n --prefer-dist

script: vendor/bin/phpunit -v --coverage-clover=coverage.clover

Expand Down

0 comments on commit 11eca87

Please sign in to comment.