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

16 lines
129 B
YAML
Raw Normal View History

2018-08-24 02:26:50 +00:00
dist: xenial
2018-03-23 09:29:34 +00:00
group: edge
language: php
php:
- 7.1
- 7.2
2019-01-18 12:44:05 +00:00
- 7.3
2018-03-23 09:29:34 +00:00
script:
- phpize
- ./configure
- make
- make test