language: node_js node_js: - "8" branches: only: - master before_script: - npm install - npm install typescript@2.9.1 -g script: - npm run build