1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-27 07:24:38 +01:00
liquid/.travis.yml

14 lines
196 B
YAML
Raw Normal View History

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