18 lines
177 B
YAML
18 lines
177 B
YAML
dist: trusty
|
|
language: php
|
|
php:
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- /^stable\d+(\.\d+)?$/
|
|
|
|
script:
|
|
- make
|
|
- make test
|
|
|
|
matrix:
|
|
fast_finish: true
|