commit c7807ff6e3028c785271c54ca7387518a512cede parent 70ca75aec86bb955a952ddb573c81e47bedf0f2b Author: Andreas Guldstrand <andreas.guldstrand@gmail.com> Date: Sun, 13 Dec 2015 23:47:43 +0100 Specify that we require sudo Diffstat:
| M | .travis.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -3,5 +3,6 @@ perl: - "5.22" - "5.18" - "5.16" +sudo: required install: true script: t/travis.sh