summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authortest4973 <Kdo4973@hotmail.com>2018-04-06 01:39:22 (GMT)
committertest4973 <Kdo4973@hotmail.com>2018-04-06 01:39:22 (GMT)
commit038a0d95bfe2d3a544aa2f5551998f6fd8bc0722 (patch)
tree3dcc3cdcde6cd6e4157e5b16c223b8194511df0f /.travis.yml
parentf4e06e28e6d285f7f145798d7dfe1cbe71ae1efa (diff)
downloadlz4-038a0d95bfe2d3a544aa2f5551998f6fd8bc0722.zip
lz4-038a0d95bfe2d3a544aa2f5551998f6fd8bc0722.tar.gz
lz4-038a0d95bfe2d3a544aa2f5551998f6fd8bc0722.tar.bz2
added low-memory address test to travis
requires modification linux configuration (sudo)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 466d55e..a446420 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ matrix:
- os: linux
sudo: false
- env: Ubu=12.04cont Cmd='make -C tests test-frametest test-fuzzer' COMPILER=cc
+ env: Ubu=12.04cont Cmd='sudo sysctl -w vm.mmap_min_addr="4096" && make -C tests test-frametest test-fuzzer' COMPILER=cc
- os: linux
sudo: false
@@ -59,7 +59,7 @@ matrix:
- libc6-dev-i386
- gcc-multilib
- - env: Ubu=14.04 Cmd='make -C tests test-frametest32 test-fuzzer32' COMPILER=cc
+ - env: Ubu=14.04 Cmd='sudo sysctl -w vm.mmap_min_addr="4096" && make -C tests test-frametest32 test-fuzzer32' COMPILER=cc
dist: trusty
sudo: required
addons: