environment: nodejs_version: "5" cache: - node_modules branches: only: - master skip_tags: true version: "{build}" install: - ps: Install-Product node $env:nodejs_version - npm install build_script: - npm run lint - npm run build:prod test_script: - npm test deploy_script: - node script/publish