diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-13 23:47:43 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-13 23:47:43 +0100 |
commit | c7807ff6e3028c785271c54ca7387518a512cede (patch) | |
tree | 33280686e047c9d35324dd9adb88b19fa8634fe0 | |
parent | 70ca75aec86bb955a952ddb573c81e47bedf0f2b (diff) | |
download | sbotools2-c7807ff6e3028c785271c54ca7387518a512cede.tar.xz |
Specify that we require sudo
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 763319d..4a4c8ec 100644 --- 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 |