RSS Git Download  Clone
Raw Blame History
sudo: required
dist: trusty
language: php
php:
  - '7.0'
  - '7.1'
  - '7.2'
#  - '7.1'
#  - hhvm
  - nightly
before_script:
  composer install

notifications:
  email:
    recipients:
      - alabard@gmail.com
    on_success: change # default: change
    on_failure: change # default: always