Skip to content

Commit

Permalink
4.9.1 stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagigas-at-wiris authored Nov 23, 2017
1 parent 03be878 commit 1aec3b7
Show file tree
Hide file tree
Showing 36 changed files with 402 additions and 267 deletions.
68 changes: 24 additions & 44 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,72 +2,52 @@ language: php

sudo: false

addons:
firefox: "47.0.1"
postgresql: "9.3"
apt:
packages:
- oracle-java8-installer
- oracle-java8-set-default

cache:
directories:
- $HOME/.composer/cache
- $HOME/.npm

php:
- 5.6
- 7.0
- 7.1

env:
- MOODLE_BRANCH=MOODLE_33_STABLE DB=mysqli
- MOODLE_BRANCH=MOODLE_32_STABLE DB=mysqli
- MOODLE_BRANCH=MOODLE_31_STABLE DB=mysqli
- MOODLE_BRANCH=MOODLE_30_STABLE DB=pgsql
- MOODLE_BRANCH=MOODLE_29_STABLE DB=mysqli
- MOODLE_BRANCH=MOODLE_28_STABLE DB=pgsql
- MOODLE_BRANCH=MOODLE_27_STABLE DB=mysqli

matrix:
exclude:
- php: 7.0
env: MOODLE_BRANCH=MOODLE_29_STABLE DB=mysqli
- php: 7.0
env: MOODLE_BRANCH=MOODLE_28_STABLE DB=pgsql
- php: 7.0
env: MOODLE_BRANCH=MOODLE_27_STABLE DB=mysqli
- php: 5.6
env: MOODLE_BRANCH=MOODLE_31_STABLE DB=mysqli
- php: 5.6
env: MOODLE_BRANCH=MOODLE_30_STABLE DB=pgsql
- php: 5.6
env: MOODLE_BRANCH=MOODLE_29_STABLE DB=mysqli
- php: 5.6
env: MOODLE_BRANCH=MOODLE_28_STABLE DB=pgsql
- php: 5.6
env: MOODLE_BRANCH=MOODLE_27_STABLE DB=mysqli
- php: 5.4
env: MOODLE_BRANCH=MOODLE_33_STABLE DB=mysqli
- php: 5.4
env: MOODLE_BRANCH=MOODLE_32_STABLE DB=mysqli
include:
- php: 5.4
env: MOODLE_BRANCH=MOODLE_31_STABLE DB=mysqli
- php: 5.4
env: MOODLE_BRANCH=MOODLE_30_STABLE DB=pgsql
- php: 5.4
env: MOODLE_BRANCH=MOODLE_29_STABLE DB=mysqli
- php: 5.4
env: MOODLE_BRANCH=MOODLE_28_STABLE DB=pgsql
- php: 5.4
env: MOODLE_BRANCH=MOODLE_27_STABLE DB=mysqli
global:
- MOODLE_BRANCH=MOODLE_32_STABLE IGNORE_PATHS=integration
- MOODLE_BRANCH=MOODLE_33_STABLE IGNORE_PATHS=integration
matrix:
- DB=pgsql
- DB=mysqli

before_install:
- phpenv config-rm xdebug.ini
- nvm install 8.9
- nvm use 8.9
- cd ../..
- composer selfupdate
- composer create-project -n --no-dev --prefer-dist moodlerooms/moodle-plugin-ci ci ^1
- composer create-project -n --no-dev --prefer-dist moodlerooms/moodle-plugin-ci ci ^2
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"

install:
- moodle-plugin-ci add-plugin wiris/moodle-filter_wiris
- moodle-plugin-ci install

script:
- moodle-plugin-ci phplint
- moodle-plugin-ci phpcpd
- moodle-plugin-ci phpmd
- moodle-plugin-ci codechecker
- moodle-plugin-ci shifter
- moodle-plugin-ci validate
- moodle-plugin-ci savepoints
- moodle-plugin-ci mustache
- moodle-plugin-ci grunt
- moodle-plugin-ci phpunit
- moodle-plugin-ci behat
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.9.0.1380
4.9.1.1381
Loading

0 comments on commit 1aec3b7

Please sign in to comment.