003 File Manager
Current Path:
/usr/local/www/sites/shared/phpmyadmin/vendor/twig/twig
usr
/
local
/
www
/
sites
/
shared
/
phpmyadmin
/
vendor
/
twig
/
twig
/
📁
..
📄
.editorconfig
(224 B)
📄
.php_cs.dist
(695 B)
📄
.travis.yml
(988 B)
📄
CHANGELOG
(48.25 KB)
📄
LICENSE
(1.46 KB)
📄
README.rst
(484 B)
📄
composer.json
(1.22 KB)
📄
drupal_test.sh
(1.63 KB)
📁
ext
📁
lib
📄
phpunit.xml.dist
(835 B)
📁
src
Editing: .travis.yml
language: php sudo: false cache: directories: - vendor - $HOME/.composer/cache/files env: - TWIG_EXT=no before_install: - 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 jobs: fast_finish: true include: - php: 5.4 - php: 5.4 env: TWIG_EXT=yes - php: 5.5 - php: 5.5 env: TWIG_EXT=yes - php: 5.6 - php: 5.6 env: TWIG_EXT=yes - php: 7.0 - php: 7.1 - php: 7.2 - php: 7.3 - php: 7.4snapshot - stage: integration tests php: 7.3 script: ./drupal_test.sh
Upload File
Create Folder