language: node_js node_js: - "6.11.0" env: - ENVIRONMENT=prod before_install: - "npm install -g grunt" - "npm install -g istanbul" - "npm install -g eslint@4.0.0" - npm install script: - grunt - npm test - istanbul cover node_modules/jasmine-node/bin/jasmine-node spec/