]> git.proxmox.com Git - mirror_lxcfs.git/commitdiff
ok, don't run the tests after all bc we'd need to modprobe fuse
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Sat, 31 Oct 2015 04:32:25 +0000 (23:32 -0500)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Sat, 31 Oct 2015 04:32:25 +0000 (23:32 -0500)
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
.travis.yml

index 6c37d418872bea25ce045c771a56a2b163635608..ce0e77879f21a2277fd8d98b477c1562fb68b84d 100644 (file)
@@ -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: