HOME


Mini Shell 1.0
DIR:/proc/thread-self/root/usr/local/cwpsrv/var/services/roundcube/vendor/pear/crypt_gpg/
Upload File :
Current File : //proc/thread-self/root/usr/local/cwpsrv/var/services/roundcube/vendor/pear/crypt_gpg/.travis.yml
language: php
dist: trusty
php:
  - 7.4
  - 7.3
  - 7.2
  - 7.1
  - 7.0
  - 5.6
  - 5.5
  - 5.4
before_install:
  - #sudo apt-get update -qq
  - #sudo apt-get install -y gnupg-agent
  - composer install --prefer-dist
script:
  - vendor/bin/phpunit --coverage-text tests