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

Commit 2760a77

Browse files
author
Hans Kristian Flaatten
committed
Add imagemagick version to start of test
1 parent 1cea070 commit 2760a77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wercker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ build:
1010
echo "node version $(node -v) running"
1111
echo "npm version $(npm -v) running"
1212
13+
- script:
14+
name: echo imagemagick information
15+
code: |
16+
convert --version
17+
1318
- npm-install
1419
- npm-test
1520

0 commit comments

Comments
 (0)