1
0
mirror of https://github.com/danog/liquid.git synced 2025-01-22 20:11:16 +01:00
liquid/.travis.yml

14 lines
196 B
YAML
Raw Normal View History

2017-06-26 10:16:02 -04:00
language: go
go:
- 1.8.3
2017-07-02 07:58:05 -04:00
install:
2017-07-02 07:58:05 -04:00
- go get github.com/mattn/goveralls
2017-07-02 08:01:12 -04:00
- make install-dev-tools
- go get -t ./...
2017-07-02 07:58:05 -04:00
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
2017-07-02 09:09:23 -04:00
- make lint