language: node_js

before_install:
  - "sudo apt-get remove libarchive1"
  - "wget https://github.com/downloads/libarchive/libarchive/libarchive-3.0.3.tar.gz"
  - "tar xfz libarchive-3.0.3.tar.gz"
  - "cd libarchive-3.0.3/"
  - "./configure --prefix=/usr --without-xml2"
  - "sudo make install"
  - "cd .."

node_js:
  - 0.4
  - 0.6
