tasks/.travis.yml

19 lines
177 B
YAML
Raw Normal View History

2019-01-26 21:05:11 +00:00
dist: trusty
2014-08-08 07:11:51 +00:00
language: php
php:
2019-01-26 21:05:11 +00:00
- 7.0
- 7.1
- 7.2
2014-08-08 07:11:51 +00:00
branches:
only:
- master
- /^stable\d+(\.\d+)?$/
2014-08-08 07:11:51 +00:00
script:
2019-01-26 21:05:11 +00:00
- make
- make test
2014-08-08 07:11:51 +00:00
matrix:
fast_finish: true