File: D:/HostingSpaces/marisrental/boldt.tech/vendor/gregwar/image/Gregwar/Image/.travis.yml
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
env:
global:
- PATH="$HOME/.composer/vendor/bin:$PATH"
matrix:
fast_finish: true
sudo: false
cache:
directories:
- $HOME/.composer/cache/files
before_script:
- composer selfupdate
- composer global require phpunit/phpunit --no-update
- composer global update --prefer-dist --no-interaction
- composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
script: make test