File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
1212language : 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
You can’t perform that action at this time.
0 commit comments