Skip to content
Snippets Groups Projects
Select Git revision
  • 8aae606acb4c555e38ba0c7625e06aa10a746504
  • master default protected
  • more_logging
  • MDL-58395
  • accountexpires
  • hsh_3.10
  • v3.10-r1
  • v3.9-r2
  • v3.9-r1
  • v3.8-r1
  • v3.7-r1
  • v3.6-r1
  • v3.5-r2
  • v3.5-r1
  • v3.4-r4
  • v3.4-r3
  • v3.4-r2
  • v3.4-r1
  • v3.3-r1
  • v3.2-r4
  • v3.2-r3
  • v3.2-r2
  • v3.2-r1
  • v3.1-r1
  • v3.0-r3
  • v3.0-r2
26 results

.travis.yml

Blame
  • user avatar
    Alexander Bias authored
    02304aef
    History
    .travis.yml 862 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
      - moodle-plugin-ci grunt
      - moodle-plugin-ci phpdoc
      - moodle-plugin-ci phpunit
      - moodle-plugin-ci behat --dump