Update .travis.yml
This commit is contained in:
parent
13c6d9027d
commit
eb4ad730a9
1 changed files with 3 additions and 0 deletions
|
|
@ -6,5 +6,8 @@ go:
|
||||||
install:
|
install:
|
||||||
- go get code.google.com/p/go.tools/cmd/cover
|
- go get code.google.com/p/go.tools/cmd/cover
|
||||||
- go get gopkg.in/check.v1
|
- go get gopkg.in/check.v1
|
||||||
|
- go get github.com/flosch/pongo2
|
||||||
|
- go get github.com/russross/blackfriday
|
||||||
|
- go get github.com/extemporalgenome/slug
|
||||||
script:
|
script:
|
||||||
- go test -v -covermode=count -coverprofile=coverage.out
|
- go test -v -covermode=count -coverprofile=coverage.out
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue