moodle-mod_htmlcert/.travis.yml

43 lines
735 B
YAML
Raw Normal View History

2017-02-16 12:12:19 +00:00
language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
php:
- 7.0
2018-05-15 04:27:33 +00:00
- 7.2
2017-02-16 12:12:19 +00:00
2017-05-21 03:09:08 +00:00
addons:
postgresql: 9.3
2017-02-16 12:12:19 +00:00
env:
global:
2017-11-13 03:33:41 +00:00
- MOODLE_BRANCH=MOODLE_34_STABLE
2017-02-16 12:12:19 +00:00
matrix:
- DB=pgsql
- DB=mysqli
before_install:
- phpenv config-rm xdebug.ini
- cd ../..
- composer selfupdate
- composer create-project -n --no-dev --prefer-dist moodlerooms/moodle-plugin-ci ci ^1
- 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 codechecker
- moodle-plugin-ci csslint
- moodle-plugin-ci shifter
- moodle-plugin-ci jshint
- moodle-plugin-ci validate
- moodle-plugin-ci phpunit
- moodle-plugin-ci behat