Skip to content

Commit

Permalink
Workaround for fixing behat tests issue with selenium
Browse files Browse the repository at this point in the history
As explained in open-lms-open-source/moodle-plugin-ci#70,
selenium server is not running due to some issue when "sudo: false" and,
therefore, @javascript behat tests are not working.
  • Loading branch information
sarjona committed Mar 21, 2018
1 parent 01375e6 commit 2f2f024
Showing 1 changed file with 5 additions and 1 deletion.
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

0 comments on commit 2f2f024

Please sign in to comment.