Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Workaround for fixing behat tests issue with selenium - 34 #14

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: php

sudo: false
# Workaround for fixing that Selenium server is not running and therefore javascript Behat tests are not working:
# https://github.com/moodlerooms/moodle-plugin-ci/issues/70
sudo: required
# ORIGINAL:
# sudo: false

addons:
firefox: "47.0.1"
Expand Down