[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.226.214.32: ~ $
language: php

dist: trusty

sudo: false

cache:
    directories:
        - vendor
        - $HOME/.composer/cache/files


env:
    global:
        - TWIG_EXT=no
        - SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1

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.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

Filemanager

Name Type Size Permission Actions
.github Folder 0755
doc Folder 0755
ext Folder 0755
lib Folder 0755
src Folder 0755
test Folder 0755
tests Folder 0755
.editorconfig File 224 B 0644
.gitattributes File 96 B 0644
.gitignore File 96 B 0644
.php-cs-fixer.dist.php File 795 B 0644
.php_cs.dist File 799 B 0644
.travis.yml File 1004 B 0644
CHANGELOG File 15.28 KB 0644
LICENSE File 1.48 KB 0644
README.rst File 741 B 0644
composer.json File 1.33 KB 0644
drupal_test.sh File 1.6 KB 0644
phpunit.xml.dist File 831 B 0644