language: node_js
node_js:
  - "stable"
  - "5"
  - "4"
  - "0.12"
  - "0.10"
script:
  - cd scripts/ && ./install_exiftool.sh && cd ..
  - npm test
