mirror of
https://github.com/danog/liquid.git
synced 2024-11-27 03:44:45 +01:00
Add goveralls to travis
This commit is contained in:
parent
caca7a2b60
commit
c415f89ab9
@ -2,3 +2,10 @@ language: go
|
|||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.8.3
|
- 1.8.3
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- go get github.com/mattn/goveralls
|
||||||
|
|
||||||
|
script:
|
||||||
|
- $HOME/gopath/bin/goveralls -service=travis-ci
|
||||||
|
- gometalinter --config .gometalinter.json --deadline=5m ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user