1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-27 03:24:39 +01:00

Add goveralls to travis

This commit is contained in:
Oliver Steele 2017-07-02 07:58:05 -04:00
parent caca7a2b60
commit c415f89ab9

View File

@ -2,3 +2,10 @@ language: go
go:
- 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 ./...