Skip to content

Commit

Permalink
added github.com/fatih/color dependency for the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
steenzout committed Nov 18, 2015
1 parent 23bf1b7 commit 552aca7
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
@@ -1,6 +1,7 @@
language: go
cache:
directories:
- ${GOPATH}/src/github.com/fatih
- ${GOPATH}/src/github.com/golang
- ${GOPATH}/src/github.com/h12w
- ${GOPATH}/src/github.com/mattn
Expand All @@ -12,6 +13,7 @@ go:
go_import_path: github.com/mediaFORGE/gol

install:
- go get github.com/fatih/color
- go get github.com/golang/lint/golint
- go get github.com/h12w/gosweep
- go get github.com/mattn/goveralls
Expand Down

0 comments on commit 552aca7

Please sign in to comment.