]> git.proxmox.com Git - mirror_lxcfs.git/blobdiff - .travis.yml
Merge pull request #236 from geaaru/nonempty-opt
[mirror_lxcfs.git] / .travis.yml
index 6c37d418872bea25ce045c771a56a2b163635608..10dc7b66f49425c70b0c477d0f244747117a2a77 100644 (file)
@@ -7,8 +7,10 @@ before_install:
  - sudo apt-get update -qq
  - 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
+ - sudo apt-get -y install -qq automake libtool libattr1-dev
+# 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: