language: node_js node_js: - 4.3.1 - 5.6.0 cache: directories: - node_modules notifications: email: false before_install: - npm install -g npm@latest script: - npm test