Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 41ac9c2

Browse files
author
Hans Kristian Flaatten
committed
chore(wercker): add wercker ci configuration
1 parent b6b03b0 commit 41ac9c2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

wercker.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
box: node:0.10-slim
2+
3+
build:
4+
steps:
5+
- script:
6+
name: echo nodejs information
7+
code: |
8+
echo "node version $(node -v) running"
9+
echo "npm version $(npm -v) running"
10+
11+
- npm-install
12+
13+
- script:
14+
name: lint
15+
code: npm run lint
16+
17+
- npm-test
18+
19+
after-steps:
20+
- turistforeningen/slack-notifier:
21+
url: $SLACK_WEBHOOK_URL
22+
23+
deploy:
24+
steps:
25+
- turistforeningen/npm-publish

0 commit comments

Comments
 (0)