003 File Manager
Current Path:
/usr/local/www/sites/shared/phpmyadmin/vendor/pragmarx/google2fa
usr
/
local
/
www
/
sites
/
shared
/
phpmyadmin
/
vendor
/
pragmarx
/
google2fa
/
📁
..
📄
.scrutinizer.yml
(946 B)
📄
.travis.yml
(706 B)
📄
LICENSE.md
(1.07 KB)
📄
README.md
(10.21 KB)
📄
RELICENSED.md
(1.14 KB)
📄
changelog.md
(2.02 KB)
📄
composer.json
(1.14 KB)
📄
composer.lock
(59.86 KB)
📁
docs
📄
phpunit.xml
(1.16 KB)
📁
src
📁
tests
📄
upgrading.md
(13 B)
Editing: .travis.yml
dist: trusty language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - nightly # 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 before_script: - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - | if [[ "$TRAVIS_PHP_VERSION" == '7.2' ]]; then wget https://scrutinizer-ci.com/ocular.phar php ocular.phar code-coverage:upload --format=php-clover coverage.clover fi
Upload File
Create Folder