MCMatters/laravel-helpers

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php

php:
  - '8.0'

env:
  matrix:
    - PREFER_LOWEST="--prefer-lowest --prefer-stable"
    - PREFER_LOWEST=""

install: composer install --no-interaction --no-suggest --no-progress --ignore-platform-reqs --optimize-autoloader

before_script: composer update --no-interaction --no-suggest --no-progress --ignore-platform-reqs --prefer-stable $PREFER_LOWEST

script: vendor/bin/phpunit

notifications:
  email:
    on_success: never
    on_failure: always