language: node_js
node_js:
  - "iojs"
  - "0.11.14"
  - "0.10"
#  - "0.8" # commented because of npm issue with camelcase
before_install:
  - "npm install -g mocha"
  - "npm install blanket"
  - "npm install xlsjs"
  - "npm install coveralls mocha-lcov-reporter"
before_script:
  - "make init"
  - "cd test_files; make all; cd -" 
after_success:
  - "make coveralls-spin"