���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/st2/vendor/google/gax/ |
language: php sudo: required dist: trusty jobs: include: - php: '5.5.38' - php: '5.6.25' - php: '5.6.25' env: PROTOBUF_C_EXT=true - php: '7.0' - php: '7.1' - php: '7.2' - php: '7.2' env: PROTOBUF_C_EXT=true - stage: 'deploy' php: '7.2' install: - travis_retry composer install script: - ./dev/sh/build-docs.sh - ./dev/sh/push-docs.sh after_success: skip stages: - test - name: deploy if: ((type != pull_request) AND (branch = master)) OR (tag IS present) install: - travis_retry pecl install grpc - if [[ $PROTOBUF_C_EXT =~ ^true ]]; then travis_retry pecl install protobuf-3.5.1; fi - travis_retry composer install script: - vendor/bin/phpunit --coverage-clover=coverage.xml - vendor/bin/phpcs --standard=./ruleset.xml - if [[ $TRAVIS_PHP_VERSION =~ ^7 ]]; then ./dev/sh/build-docs.sh; fi after_success: - bash <(curl -s https://codecov.io/bash)