]> git.proxmox.com Git - mirror_lxcfs.git/blobdiff - .travis.yml
pam_cgfs: improve logging
[mirror_lxcfs.git] / .travis.yml
index 94240e6f4de40806754a0e2b613c52b0660fccc7..e5d250104005a8b09c8edee0d4ee44fbb6028242 100644 (file)
@@ -5,11 +5,12 @@ compiler:
 before_install:
  - sudo add-apt-repository ppa:ubuntu-lxc/daily -y
  - sudo apt-get update -qq
- - sudo DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -y dist-upgrade -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 libpam0g-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: