nextcloud-tasks/.travis.yml

19 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