1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-27 05:34:46 +01:00
liquid/.travis.yml
2017-07-05 09:50:50 -04:00

14 lines
196 B
YAML

language: go
go:
- 1.8.3
install:
- go get github.com/mattn/goveralls
- make install-dev-tools
- go get -t ./...
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- make lint