summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2016-05-14 04:27:58 +0300
committerCosta Tsaousis <costa@tsaousis.gr>2016-05-14 04:27:58 +0300
commit1578b6cff7ac47a5e0f0c988b1c9872a32f74c7e (patch)
treea18fcf678c658e4713e527b77a2db1fee038176a /.travis.yml
parent26762eccd0c8f1944cc1a40bbea74416b7939c9d (diff)
re-enabled travis-ci as root (the make files handle the setcap failure)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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