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
126 B
YAML
Raw Normal View History

2018-03-23 09:29:34 +00:00
language: php
2020-03-20 03:20:08 +00:00
dist: bionic
2018-03-23 09:29:34 +00:00
php:
- 7.1
- 7.2
2019-01-18 12:44:05 +00:00
- 7.3
2019-12-09 20:50:01 +00:00
- 7.4
2018-03-23 09:29:34 +00:00
script:
- phpize
- ./configure
- make
- make test
2020-03-20 03:20:08 +00:00