tasks/.travis.yml
Raimund Schlüßler bbec3e2f20
Adjust travis-ci
2019-01-26 22:05:11 +01:00

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