Micro fix

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-06-11 19:42:14 +04:00
parent 1bf55db7d7
commit aecca6d806
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -2,8 +2,8 @@ language: php
sudo: true sudo: true
addons: addons:
firefox: "47.0.1" firefox: "latest-esr"
postgresql: "9.3" postgresql: "9.6"
apt: apt:
packages: packages:
- "oracle-java8-installer" - "oracle-java8-installer"
@ -27,7 +27,7 @@ env:
- DB=pgsql - DB=pgsql
matrix: matrix:
include: allow_failures:
- php: 5.6 - php: 5.6
env: MOODLE_BRANCH=MOODLE_33_STABLE env: MOODLE_BRANCH=MOODLE_33_STABLE