language: node_js before_install: - npm install -g npm@latest - npm install -g typescript - npm install - npm run build node_js: - "6" - "5" - "4" - "stable"