language: node_js sudo: false node_js: - 8 - 6 - 4 install: - npm install - npm install -g jshint script: - jshint moment-weekdaysin.js - npm test