language: node_js
node_js:
   - "5"
   - "4"
before_install:
 - sudo apt-get update -qq
 - sudo apt-get install -qq libimage-exiftool-perl
