Skip to content

Commit

Permalink
Change to sudo: true when using Behat
Browse files Browse the repository at this point in the history
  • Loading branch information
polothy committed May 14, 2018
1 parent 76a8354 commit 973be71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt

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

### Added
Expand Down
5 changes: 3 additions & 2 deletions docs/TravisFileExplained.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ see [Travis CI's documentation](http://docs.travis-ci.com/user/getting-started/)
# This is the language of our project.
language: php

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

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

0 comments on commit 973be71

Please sign in to comment.