Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .travis.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,9 +22,7 @@ before_install:
- sudo service docker start
- docker --version
- docker buildx create --use

install:
- docker-compose build
- docker-compose up -d

script:
- docker-compose up
- dockercompose exec php8 /code/vendor/bin/phpunit --configuration /code/phpunit.xml $@
2 changes: 1 addition & 1 deletion Dockerfile-php8
Original file line numberDiff line numberDiff line change
Expand Up@@ -64,4 +64,4 @@ COPY ./psalm.xml /code/psalm.xml

RUN echo extension=imagick.so >> /usr/local/etc/php/conf.d/imagick.ini

CMD [ "sh", "-c", "/code/vendor/bin/phpunit --verbose --configuration /code/phpunit.xml && /code/vendor/bin/psalm --show-info=true" ]
CMD [ "tail", "-f", "/dev/null" ]
Binary file modifiedtests/resources/resize/C.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modifiedtests/resources/resize/N.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modifiedtests/resources/resize/S.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modifiedtests/resources/resize/W.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.