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