Skip to content
Snippets Groups Projects
Commit 556849ea authored by Alexander Bias's avatar Alexander Bias
Browse files

Synchronize .travis.yml with upstream moodle-plugin-ci, fix broken MySQL builds

parent e25b1b43
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment