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

Commit 1cea070

Browse files
author
Hans Kristian Flaatten
committed
Move npm version information to start of test
1 parent e732f8b commit 1cea070

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wercker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build:
44
- jshint:
55
version: 2.6
66

7-
- npm-install
8-
- npm-test
9-
107
- script:
118
name: echo nodejs information
129
code: |
1310
echo "node version $(node -v) running"
1411
echo "npm version $(npm -v) running"
1512
13+
- npm-install
14+
- npm-test
15+
1616
after-steps:
1717
- turistforeningen/slack-notifier:
1818
url: $SLACK_WEBHOOK_URL

0 commit comments

Comments
 (0)