sudo: false language: node_js node_js: - 4 - stable before_install: - npm i -g npm@latest - npm config set loglevel warn install: - npm install - cd node_modules && ln -nsf ../ karma-sauce-launcher && cd ../ script: - npm test notifications: email: false