| language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3
sudo: required
addons:
  apt:
    sources:
    - sourceline: deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted universe
    - sourceline: deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe
    packages:
    - mmark
    - xml2rfc
before_install:
- composer update
script:
- composer full-test
- make -C docs/RFC
 |