KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/account.appointkrypt.com/vendor/pragmarx/google2fa-laravel/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/account.appointkrypt.com/vendor/pragmarx/google2fa-laravel/.travis.yml
language: php

php:
  - 7.1
  - 7.2
  - 7.3
  - 7.4
# - nightly

## Cache composer
cache:
  directories:
    - $HOME/.composer/cache

env:
  - LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
  - LARAVEL_VERSION=6.* TESTBENCH_VERSION=4.*
  - LARAVEL_VERSION=7.* TESTBENCH_VERSION=5.*
  - LARAVEL_VERSION=8.* TESTBENCH_VERSION=6.*

matrix:
  exclude:
    - php: 7.1
      env: LARAVEL_VERSION=6.* TESTBENCH_VERSION=4.*
    - php: 7.1
      env: LARAVEL_VERSION=7.* TESTBENCH_VERSION=5.*
    - php: 7.1
      env: LARAVEL_VERSION=8.* TESTBENCH_VERSION=6.*
    - php: 7.2
      env: LARAVEL_VERSION=8.* TESTBENCH_VERSION=6.*

before_script:
  - yes '' | pecl install imagick
  - composer require "laravel/framework:${LARAVEL_VERSION}" "orchestra/testbench:${TESTBENCH_VERSION}" --no-update
  - travis_retry composer update --no-interaction --prefer-dist

script:
  - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
  - |
    if [[ "$TRAVIS_PHP_VERSION" == '7.4' ]]; then
      wget https://scrutinizer-ci.com/ocular.phar
      php ocular.phar code-coverage:upload --format=php-clover coverage.clover
    fi

Anon7 - 2021