From d35cd7890d232ee3a8c9ee46bb4e7bf2d2958e8d Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Sun, 21 May 2017 11:09:08 +0800 Subject: [PATCH] Update travis --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f02e015..b105091 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,12 @@ php: - 5.6 - 7.0 +addons: + postgresql: 9.3 + env: global: - - MOODLE_BRANCH=MOODLE_32_STABLE + - MOODLE_BRANCH=MOODLE_33_STABLE matrix: - DB=pgsql - DB=mysqli @@ -29,7 +32,6 @@ install: script: - moodle-plugin-ci phplint - - moodle-plugin-ci phpcpd - moodle-plugin-ci codechecker - moodle-plugin-ci csslint - moodle-plugin-ci shifter