.travis.yml: add sudo: required

Avoid Travis CI error for zsh on linux:

   $ ./test/support/travisci_deps.sh
   This job is running on container-based infrastructure, which does not
   allow use of 'sudo', setuid, and setgid executables.  If you require
   sudo, add 'sudo: required' to your .travis.yml
This commit is contained in:
Tom "Ravi" Hale
2018-09-18 14:28:45 +07:00
parent 48302bcd8c
commit 29db632289

View File

@@ -6,6 +6,8 @@ env:
- TEST_SHELLS=bash - TEST_SHELLS=bash
- TEST_SHELLS=zsh - TEST_SHELLS=zsh
sudo: required
install: install:
- ./test/support/travisci_deps.sh - ./test/support/travisci_deps.sh