This repository has been archived on 2020-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
ext-collections/.travis.yml

17 lines
137 B
YAML

dist: xenial
group: edge
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
script:
- phpize
- ./configure
- make
- make test