diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-11 18:42:14 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-11 18:42:14 +0300 |
commit | aecca6d806bd7aaab53e54709b347d28e5715260 (patch) | |
tree | 26f1c37fb342e75da066fb2dac2d276e689d05b1 | |
parent | 1bf55db7d78fe83e7a7f08a7a3e7fa3634642709 (diff) | |
download | tool_apisiteadmins-aecca6d806bd7aaab53e54709b347d28e5715260.tar.xz tool_apisiteadmins-aecca6d806bd7aaab53e54709b347d28e5715260.zip |
Micro fix
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 5dec4a5..37b3434 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: php sudo: true addons: - firefox: "47.0.1" - postgresql: "9.3" + firefox: "latest-esr" + postgresql: "9.6" apt: packages: - "oracle-java8-installer" @@ -27,7 +27,7 @@ env: - DB=pgsql matrix: - include: + allow_failures: - php: 5.6 env: MOODLE_BRANCH=MOODLE_33_STABLE |