language: node_js before_script: - npm install - npm i -g typescript typings - typings install node_js: - "6" - "8" script: - npm run test - npm run build