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

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

parent e7f0e220
No related branches found
No related tags found
No related merge requests found
language: php language: php
# Workaround for fixing that Selenium server is not running and therefore Behat tests not working sudo: true
sudo: required
# ORIGINAL: services:
# sudo: false - mysql
addons: addons:
firefox: "47.0.1" firefox: "47.0.1"
postgresql: "9.4" postgresql: "9.4"
apt: apt:
packages: packages:
# Workaround for fixing that Java could not be downloaded from Oracle website.
- openjdk-8-jre-headless - openjdk-8-jre-headless
# ORIGINAL:
# - oracle-java8-installer
# - oracle-java8-set-default
cache: cache:
directories: directories:
...@@ -52,5 +48,6 @@ script: ...@@ -52,5 +48,6 @@ script:
- moodle-plugin-ci savepoints - moodle-plugin-ci savepoints
- moodle-plugin-ci mustache || true - moodle-plugin-ci mustache || true
- moodle-plugin-ci grunt - moodle-plugin-ci grunt
- moodle-plugin-ci phpdoc
- moodle-plugin-ci phpunit - moodle-plugin-ci phpunit
- moodle-plugin-ci behat --dump - 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