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

21 lines
149 B
YAML

language: php
os:
- linux
- osx
dist: bionic
php:
- 7.1
- 7.2
- 7.3
- 7.4
script:
- phpize
- ./configure
- make
- make test