diff options
| author | Carlos Martín Nieto <[email protected]> | 2015-08-04 15:01:17 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2015-08-04 15:01:17 +0200 |
| commit | ff6d4a7dfde18dcf330143980c66f426518b8061 (patch) | |
| tree | 6084818078973598d887a07c530e03205948ae16 | |
| parent | 47949510f1f5ea851601f323ac243a9079fc0e27 (diff) | |
We do require sudo on Travis
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fb080b9..209d89f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go -sudo: false +sudo: required install: ./script/install-libgit2.sh |
