Skip to content

Commit 9eab259

Browse files
committedMay 11, 2015
Getting somewhere
1 parent d0377e8 commit 9eab259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎wercker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ build:
1919
- script:
2020
name: go build
2121
code: |
22-
cd $WERCKER_SOURCE_DIR
23-
go version
22+
cd $WERCKER_SOURCE_DIR/gomfweb
2423
go build -v github.com/andyleap/microformats/gomfweb
24+
cd $WERCKER_SOURCE_DIR/gomf
2525
go build -v github.com/andyleap/microformats/gomf
2626
2727
# Test the project

0 commit comments

Comments
 (0)
Please sign in to comment.