language: node_js node_js: - "node" - "6" - "4" sudo: false before_install: - "npm config set spin false" cache: directories: - node_modules