From 1578b6cff7ac47a5e0f0c988b1c9872a32f74c7e Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Sat, 14 May 2016 04:27:58 +0300 Subject: re-enabled travis-ci as root (the make files handle the setcap failure) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 604d5e0679..09860fa3be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ script: - ./autogen.sh && ./configure && make -j4 # test installer - - ./netdata-installer.sh --install $HOME --dont-wait --dont-start-it + - fakeroot ./netdata-installer.sh --install $HOME --dont-wait --dont-start-it -- cgit v1.2.3