Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Commit

Permalink
Use GB on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalezro committed Jun 23, 2015
1 parent 49d3bd6 commit 802897c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
dependencies:
override:
- go get github.com/constabulary/gb/...
- gb vendor fetch gopkg.in/fsnotify.v1
- gb vendor fetch github.com/russross/blackfriday
- gb vendor fetch github.com/shurcooL/sanitized_anchor_name
- gb vendor fetch github.com/jessevdk/go-flags

test:
override:
- gb test

0 comments on commit 802897c

Please sign in to comment.