Skip to content

Commit

Permalink
Install ginkgo and gomega dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deadprogram committed Dec 3, 2013
1 parent f2a697e commit c2ae391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ go:
- tip
install:
- go get -v . && go build -v .
- go get github.com/onsi/ginkgo
- go get github.com/onsi/gomega
script:
- go test -v .

0 comments on commit c2ae391

Please sign in to comment.