D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
mfa
/
vendor
/
palepurple
/
rate-limit
/
Filename :
.travis.yml
back
Copy
dist: xenial language: php php: - 7.1 - 7.2 - 7.3 cache: directories: - vendor - $HOME/.composer/cache services: - redis-server - memcached before_script: - phpenv config-rm xdebug.ini || true - phpenv config-add tests/php.ini install: - composer install script: - composer build after_success: - travis_retry php vendor/bin/php-coveralls