Skip to content

Commit f7180fc

Browse files
committed
fixup! Fix drone
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent e307b71 commit f7180fc

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

.drone.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ trigger:
2929

3030
---
3131
kind: pipeline
32-
name: php
32+
name: php7.1
3333

3434
steps:
3535
- name: php7.1
@@ -47,6 +47,19 @@ steps:
4747
- cd apps/$APP_NAME
4848
- phpunit -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.xml
4949

50+
trigger:
51+
branch:
52+
- master
53+
- stable*
54+
event:
55+
- pull_request
56+
- push
57+
58+
---
59+
kind: pipeline
60+
name: php7.2
61+
62+
steps:
5063
- name: php7.2
5164
image: nextcloudci/php7.2:php7.2-9
5265
environment:
@@ -62,6 +75,19 @@ steps:
6275
- cd apps/$APP_NAME
6376
- phpunit -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.xml
6477

78+
trigger:
79+
branch:
80+
- master
81+
- stable*
82+
event:
83+
- pull_request
84+
- push
85+
86+
---
87+
kind: pipeline
88+
name: php7.3
89+
90+
steps:
6591
- name: php7.3
6692
image: nextcloudci/php7.3:php7.3-2
6793
environment:

0 commit comments

Comments
 (0)