language: node_js node_js: - "9" - "8" - "7" - "6" os: - linux services: - docker install: - npm install script: - npm run tslint - npm run tsc - npm run test jobs: include: stage: deploy node_js: "9" os: "linux" before_deploy: - git stash --all - npm install - npm run tsc deploy: - provider: npm skip_cleanup: true email: "ancientpublicator@gmail.com" api_key: $AP_NPM_API_KEY on: branch: master