From 556849ea0f196569fadafc65552b97672874542c Mon Sep 17 00:00:00 2001 From: Alexander Bias <alexander.bias@uni-ulm.de> Date: Thu, 6 Jun 2019 13:45:03 +0200 Subject: [PATCH] Synchronize .travis.yml with upstream moodle-plugin-ci, fix broken MySQL builds --- .travis.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index d35aa4a..1457fc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,16 @@ language: php -# Workaround for fixing that Selenium server is not running and therefore Behat tests not working -sudo: required -# ORIGINAL: -# sudo: false +sudo: true + +services: + - mysql addons: firefox: "47.0.1" postgresql: "9.4" apt: packages: -# Workaround for fixing that Java could not be downloaded from Oracle website. - openjdk-8-jre-headless -# ORIGINAL: -# - oracle-java8-installer -# - oracle-java8-set-default cache: directories: @@ -52,5 +48,6 @@ script: - moodle-plugin-ci savepoints - moodle-plugin-ci mustache - moodle-plugin-ci grunt + - moodle-plugin-ci phpdoc - moodle-plugin-ci phpunit - moodle-plugin-ci behat --dump -- GitLab