From 31d5024517dd4d8197083018d98cd5fe381f1f5c Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Mon, 24 Aug 2020 10:01:38 +1200 Subject: [PATCH] Bump postgres version in travis. 3.10 requires pg 9.6 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a57613..8b5a809 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: php addons: - postgresql: "9.5" + postgresql: "9.6" services: - mysql @@ -30,7 +30,7 @@ before_install: - nvm install 14.0.0 - nvm use 14.0.0 - cd ../.. - - composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci dev-master + - composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3 - export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH" install: @@ -48,4 +48,4 @@ script: - moodle-plugin-ci grunt - moodle-plugin-ci phpdoc - moodle-plugin-ci phpunit - - moodle-plugin-ci behat --profile chrome \ No newline at end of file + - moodle-plugin-ci behat --profile chrome