Mr.Combet Webshell
Your IP :
172.18.0.175
Server IP :
104.21.83.108
Server :
Linux crmarketing.1092.w795 4.19.0-18-amd64 #1 SMP Debian 4.19.208-1 (2021-09-29) x86_64
Server Software :
Apache/2.4.38 (Debian)
PHP Version :
7.4.33
Add File :
Submit
Add Directory :
Submit
Dir :
~
/
var
/
www
/
pma
/
vendor
/
twig
/
twig
/
Edit File Name :
.travis.yml
language: php sudo: false cache: directories: - vendor - $HOME/.composer/cache/files php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - nightly env: - TWIG_EXT=no before_install: # turn off XDebug - phpenv config-rm xdebug.ini || return 0 install: - travis_retry composer install before_script: - if [ "$TWIG_EXT" == "yes" ]; then sh -c "cd ext/twig && phpize && ./configure --enable-twig && make && make install"; fi - if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`; fi script: ./vendor/bin/simple-phpunit matrix: fast_finish: true include: - php: 5.4 env: TWIG_EXT=yes - php: 5.5 env: TWIG_EXT=yes - php: 5.6 env: TWIG_EXT=yes
Save