File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 4
4
depth : 1
5
5
6
6
pipeline :
7
- syntax-php7.0 :
8
- image : nextcloudci/php7.0 :php7.0-19
7
+ syntax-php7.1 :
8
+ image : nextcloudci/php7.1 :php7.1-16
9
9
environment :
10
10
- APP_NAME=workflow_script
11
11
- CORE_BRANCH=master
@@ -19,24 +19,22 @@ pipeline:
19
19
- ./lib/composer/bin/parallel-lint apps/$APP_NAME/
20
20
when :
21
21
matrix :
22
- TESTS : syntax-php7.0
22
+ TESTS : syntax-php7.1
23
23
signed-off-check :
24
- image : nextcloudci/php7.0 :php7.0-19
24
+ image : nextcloudci/php7.1 :php7.1-16
25
25
environment :
26
26
- APP_NAME=workflow_script
27
27
- CORE_BRANCH=master
28
28
- DB=sqlite
29
29
commands :
30
- - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
31
- - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
32
- - cd ../server
33
- - php ./build/signed-off-checker.php
30
+ - wget https://raw.githubusercontent.com/nextcloud/server/master/build/signed-off-checker.php
31
+ - php ./signed-off-checker.php
34
32
secrets : [ github_token ]
35
33
when :
36
34
matrix :
37
- include :
38
- - TESTS : syntax-php7.0
39
35
- TESTS : signed-off-check
36
+
40
37
matrix :
41
38
include :
39
+ - TESTS : syntax-php7.1
42
40
- TESTS : signed-off-check
You can’t perform that action at this time.
0 commit comments