This repository has been archived on 2018-05-01. You can view files and clone it, but cannot push or open issues or pull requests.
ext-ioctl/.travis.yml

18 lines
162 B
YAML

dist: bionic
group: edge
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
script:
- phpize
- ./configure --enable-ioctl-helper
- make
- make test