403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.141.46.108
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/book24.ng/vendor/bavix/laravel-wallet/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/vendor/bavix/laravel-wallet/.travis.yml
language: php
php:
  - '7.3'
  - '7.4'
  - 'nightly'

stages:
  - SQLite (with redis)
  - SQLite (with memcached)
  - Percona 8
  - MariaDB 10
  - MySQL 8
  - PostgreSQL 12
  - PostgreSQL 13

services:
  - docker
  - memcached
  - redis

before_script:
  - pecl install pcov
  - phpenv config-rm xdebug.ini || echo "xdebug not available"
  - echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
  - echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - if [[ $COVERAGE == "yes" ]]; then ./cc-test-reporter before-build; fi
  - composer self-update
  - composer install

jobs:
  include:
    - stage: SQLite (with redis)
      php: 7.4
      env: CACHE_DRIVER=redis

    - stage: SQLite (with memcached)
      php: 7.4
      env: CACHE_DRIVER=memcached

    - stage: Percona 8
      php: 7.4
      before_install:
        - docker run -p 3306:3306 -e MYSQL_ALLOW_EMPTY_PASSWORD=true -e MYSQL_USER=wallet -e MYSQL_PASSWORD=wallet -e MYSQL_DATABASE=wallet -d percona:8
      env: DB_CONNECTION=mysql

    - stage: MariaDB 10
      php: 7.4
      before_install:
        - docker run -p 3306:3306 -e MYSQL_ALLOW_EMPTY_PASSWORD=true -e MYSQL_USER=wallet -e MYSQL_PASSWORD=wallet -e MYSQL_DATABASE=wallet -d mariadb:10
      env: DB_CONNECTION=mysql

    - stage: MySQL 8
      php: 7.4
      before_install:
        - docker run -p 3306:3306 -e MYSQL_ALLOW_EMPTY_PASSWORD=true -e MYSQL_USER=wallet -e MYSQL_PASSWORD=wallet -e MYSQL_DATABASE=wallet -d mysql:8
      env: DB_CONNECTION=mysql

    - stage: PostgreSQL 12
      php: 7.4
      before_install:
        - docker run -p 5432:5432 -e POSTGRES_USER=wallet -e POSTGRES_PASSWORD=wallet -e POSTGRES_DB=wallet -d postgres:12
      env: DB_CONNECTION=pgsql

    - stage: PostgreSQL 13
      php: 7.4
      before_install:
        - docker run -p 5432:5432 -e POSTGRES_USER=wallet -e POSTGRES_PASSWORD=wallet -e POSTGRES_DB=wallet -d postgres:13
      env: DB_CONNECTION=pgsql COVERAGE=yes

  allow_failures:
    - php: 'nightly'

script:
  - composer unit
  - if [[ $COVERAGE == "yes" ]]; then composer infect; fi

after_success:
  - if [[ $COVERAGE == "yes" ]]; then ./cc-test-reporter after-build --coverage-input-type clover --exit-code $TRAVIS_TEST_RESULT; fi
  - bash <(curl -s https://codecov.io/bash)

Youez - 2016 - github.com/yon3zu
LinuXploit