diff options
author | Cyan4973 <Kdo4973@hotmail.com> | 2018-04-13 07:59:27 (GMT) |
---|---|---|
committer | Cyan4973 <Kdo4973@hotmail.com> | 2018-04-13 07:59:27 (GMT) |
commit | 98811d606808da9f59affd990670ba34e5a9bee2 (patch) | |
tree | 138dc931c6195925b108b3e73b73189cc817ce71 | |
parent | db9aa785c51bbcae50c777e89fb537393bfca856 (diff) | |
download | lz4-98811d606808da9f59affd990670ba34e5a9bee2.zip lz4-98811d606808da9f59affd990670ba34e5a9bee2.tar.gz lz4-98811d606808da9f59affd990670ba34e5a9bee2.tar.bz2 |
added sudo rights for low-mem-address tests
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a446420..0a876f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: env: Ubu=12.04cont Cmd='make -C tests test-lz4 test-lz4c test-fullbench' COMPILER=cc - os: linux - sudo: false + sudo: required env: Ubu=12.04cont Cmd='sudo sysctl -w vm.mmap_min_addr="4096" && make -C tests test-frametest test-fuzzer' COMPILER=cc - os: linux |