]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/wercker.yml
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / wercker.yml
1 box: wercker/nodejs
2 # Build definition
3 build:
4   # The steps that will be executed on build
5   steps:
6     # A step that executes `npm install` command
7     - npm-install
8     # A step that executes `npm test` command
9     - npm-test
10
11     # A custom script step, name value is used in the UI
12     # and the code value contains the command that get executed
13     - script:
14         name: echo nodejs information
15         code: |
16           echo "node version $(node -v) running"
17           echo "npm version $(npm -v) running"
18   after-steps:
19     - sherzberg/slack-notify:
20         subdomain: npm-inc
21         token: $SLACK_TOKEN
22         channel: github-commits