__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
## Cache composer
cache:
directories:
- $HOME/.composer/cache
env:
global:
- setup=basic
matrix:
include:
- php: 5.6
env: setup=lowest
install:
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi
- if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi
script:
- composer validate --strict
- vendor/bin/phpcs --standard=PSR2 src
- vendor/bin/phpunit --coverage-text
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| src | Folder | 0750 |
|
|
| tests | Folder | 0750 |
|
|
| .travis.yml | File | 729 B | 0640 |
|
| CONTRIBUTING.md | File | 544 B | 0640 |
|
| LICENSE | File | 1.04 KB | 0640 |
|
| README.md | File | 6.33 KB | 0640 |
|
| composer.json | File | 1.46 KB | 0640 |
|
| grumphp.yml | File | 582 B | 0640 |
|
| phpunit.xml.dist | File | 664 B | 0640 |
|