Artifact 0926a200f2a6f471c1d3e207b4c704e8e87e1da5:


language: php
php:
  - '5.4'
  - '5.5'
  - '5.6'
  - '7.0'
  - '7.1'
  - hhvm

install:
  - make -C src deps

script:
  - php tests/run.php

notifications:
  irc:
    channels:
      - "chat.freenode.net#garradin"
    template:
      - "%{build_number} by %{author} on %{branch}: %{message} "
      - "Build details: %{build_url}"
    use_notice: false
    skip_join: true