Lines Matching +full:dokuwiki +full:- +full:branch
2 # https://www.ovh.nl/shared-hosting/persoonlijke-shared-hosting.xml
3 # and https://github.com/splitbrain/dokuwiki-travis
4 # and https://www.dokuwiki.org/devel:release_process
8 - main
9 - stable
11 # https://docs.travis-ci.com/user/build-matrix/#excluding-jobs-with-env-value
14 # https://config.travis-ci.com/ref/job/if/condition
15 # 7.4 and 8 does not work: https://github.com/splitbrain/dokuwiki/issues/3399
16 - if: branch =~ ^main
19 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
20 - if: branch =~ ^main
23 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
24 - if: branch =~ ^main
27 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
28 # - language: php
30 # env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previo…
31 # - if: branch =~ ^main
33 # env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previo…
38 # - set | grep TRAVIS # env variable
39 - bash .travis-boot.sh
40 - bash boot.sh
42 - npm install --global yarn
43 - yarn
47 …- cd _test && ./phpunit.phar --stderr --group plugin_combo --verbose --debug --bootstrap ../lib/pl…
48 - yarn test
52 - support@combostrap.com