]> git.proxmox.com Git - mirror_lxcfs.git/blobdiff - .travis.yml
Per-container CPU usage in /proc/stat
[mirror_lxcfs.git] / .travis.yml
index 1092116279783f2a78b115bdccfdfe7361c6a2c3..10dc7b66f49425c70b0c477d0f244747117a2a77 100644 (file)
@@ -5,11 +5,12 @@ compiler:
 before_install:
  - sudo add-apt-repository ppa:ubuntu-lxc/daily -y
  - sudo apt-get update -qq
- - sudo apt-get dist-upgrade -qq
- - sudo apt-get install -qq libfuse-dev libdbus-glib-1-dev libglib2.0-dev coreutils cgmanager
- - sudo apt-get install -qq realpath || true
- - sudo apt-get install -qq automake libtool
-script: ./bootstrap.sh && ./configure && make -j4 && make tests && cd tests && sudo ./main.sh
+ - 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 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: