Skip to content

Commit

Permalink
Merge pull request #71 from alexislefebvre/pull-jakzal-phpqa-alpine-i…
Browse files Browse the repository at this point in the history
…mage

docker pull jakzal/phpqa:alpine
  • Loading branch information
alexislefebvre committed Jun 2, 2019
2 parents a08ea14 + f27136f commit bb02af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- stage: analysis
name: "php-cs-fixer"
before_install:
- docker pull jakzal/phpqa
- docker pull jakzal/phpqa:alpine
script:
- docker run --volume $PWD:/app --workdir /app jakzal/phpqa:alpine php-cs-fixer fix src/ --dry-run
- name: "phpstan"
Expand Down

0 comments on commit bb02af2

Please sign in to comment.