Skip to content
Snippets Groups Projects
Select Git revision
  • a390a325d106af82a5de9b253ef1e4d2c707dcfd
  • master default protected
  • hsh_v3.11
  • hsh_v3.10-r6
  • hsh_v3.10-r3
  • v3.9-r9
  • v3.10-r6
  • v3.9-r8
  • v3.10-r5
  • v3.9-r7
  • v3.10-r4
  • v3.9-r6
  • v3.10-r3
  • v3.9-r5
  • v3.10-r2
  • v3.9-r4
  • v3.10-r1
  • v3.9-r3
  • v3.9-r2
  • v3.9-r1
  • v3.8-r5
  • v3.8-r4
  • v3.8-r3
  • v3.8-r2
  • v3.8-r1
25 results

.travis.yml

Blame
  • .travis.yml 891 B
    language: php
    
    addons:
      postgresql: "9.6"
    
    services:
      - mysql
      - postgresql
      - docker
    
    cache:
      directories:
        - $HOME/.composer/cache
        - $HOME/.npm
    
    php:
     - 7.2
     - 7.3
     - 7.4
    
    env:
     global:
      - MOODLE_BRANCH=MOODLE_310_STABLE
     matrix:
      - DB=pgsql
      - DB=mysqli
    
    before_install:
      - phpenv config-rm xdebug.ini
      - cd ../..
      - composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
      - export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
    
    install:
      - moodle-plugin-ci install
    
    script:
      - moodle-plugin-ci phplint
      - moodle-plugin-ci phpcpd
      - moodle-plugin-ci phpmd
      - moodle-plugin-ci codechecker
      - moodle-plugin-ci validate
      - moodle-plugin-ci savepoints
      - moodle-plugin-ci mustache || true
      - moodle-plugin-ci grunt
      - moodle-plugin-ci phpdoc
      - moodle-plugin-ci phpunit
      - moodle-plugin-ci behat --dump --suite=boost_campus