From: Serge Hallyn Date: Sat, 31 Oct 2015 04:32:25 +0000 (-0500) Subject: ok, don't run the tests after all bc we'd need to modprobe fuse X-Git-Tag: lxcfs-0.12~14 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5d515807df65459dbaf945d9521466c4995ebefc;p=mirror_lxcfs.git ok, don't run the tests after all bc we'd need to modprobe fuse Signed-off-by: Serge Hallyn --- diff --git a/.travis.yml b/.travis.yml index 6c37d41..ce0e778 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,9 @@ before_install: - sudo apt-get -y install -qq libfuse-dev libdbus-glib-1-dev libglib2.0-dev coreutils cgmanager - sudo apt-get -y install -qq realpath || true - sudo apt-get -y install -qq automake libtool -script: ./bootstrap.sh && ./configure && make -j4 && make tests && cd tests && sudo ./main.sh +# need to modprobe fuse to run the tests... +#script: ./bootstrap.sh && ./configure && make -j4 && make tests && cd tests && sudo ./main.sh +script: ./bootstrap.sh && ./configure && make -j4 && make tests notifications: email: recipients: