Skip to content

Commit 973be71

Browse files
committed
Change to sudo: true when using Behat
1 parent 76a8354 commit 973be71

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
1010

1111
## [Unreleased]
1212
### Changed
13+
- Recommending `sudo: true` when using Behat. See
14+
[#70](https://github.com/moodlerooms/moodle-plugin-ci/issues/70) for details.
1315
- Updated project dependencies. Most notably, Moodle Code Checker v2.7.1.
1416

1517
### Added

docs/TravisFileExplained.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ see [Travis CI's documentation](http://docs.travis-ci.com/user/getting-started/)
1111
# This is the language of our project.
1212
language: php
1313

14-
# This tells Travis CI to use its new architecture. Everything is better!
15-
sudo: false
14+
# If using Behat, then this should be true due to an issue with Travis CI.
15+
# If not using Behat, recommended to use `sudo: false` as it is faster.
16+
sudo: true
1617

1718
# Installs the required version of Firefox for Behat, an updated version
1819
# of PostgreSQL and extra APT packages. Java 8 is only required

0 commit comments

Comments
 (0)