Skip to content

Commit

Permalink
Merge pull request #196 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
jaapio committed Dec 28, 2019
2 parents 4bccbd5 + 7d7d248 commit da3fd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -19,9 +19,9 @@ matrix:
install:
- |
if [[ $COMPOSER_LOCK = true ]]; then
composer install
COMPOSER_ROOT_VERSION=4.x-dev composer install
else
composer update
COMPOSER_ROOT_VERSION=4.x-dev composer update
fi
# coding style
- if [[ $STATIC_ANALYSIS != "" ]]; then composer create-project symplify/easy-coding-standard:v2.5.12 temp/ecs; fi
Expand Down

0 comments on commit da3fd97

Please sign in to comment.