diff options
| author | jvoisin | 2017-11-21 14:05:50 +0100 |
|---|---|---|
| committer | jvoisin | 2017-11-21 14:05:50 +0100 |
| commit | e38299ceb90681ff6a2c1a38f92cafe18196c70f (patch) | |
| tree | 010d68924e03bf5e9640e6ad617c2e106e35a72a | |
| parent | a33ecf9a6262b1a25f484325ff111a3a0eddcaf9 (diff) | |
Fix the build
Travis isn't running as root anymore :/
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9edef07..69b59b4 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -4,6 +4,7 @@ addons: | |||
| 4 | apt: | 4 | apt: |
| 5 | packages: | 5 | packages: |
| 6 | - devscripts | 6 | - devscripts |
| 7 | - fakeroot | ||
| 7 | 8 | ||
| 8 | install: | 9 | install: |
| 9 | - git clone --depth 1 https://github.com/plusvic/yara.git yara3 | 10 | - git clone --depth 1 https://github.com/plusvic/yara.git yara3 |
