Lines Matching +full:- +full:- +full:verbose
2 # https://www.ovh.nl/shared-hosting/persoonlijke-shared-hosting.xml
3 # and https://github.com/splitbrain/dokuwiki-travis
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
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
46 # with verbose, you see the configuration file used at the beginning
47 …- cd _test && ./phpunit.phar --stderr --group plugin_combo --verbose --debug --bootstrap ../lib/pl…
48 - yarn test
52 - support@combostrap.com