mirror of
https://github.com/danog/liquid.git
synced 2024-11-27 01:24:40 +01:00
13 lines
183 B
YAML
13 lines
183 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8.3
|
|
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
- make install-dev-tools
|
|
|
|
script:
|
|
- $HOME/gopath/bin/goveralls -service=travis-ci
|
|
- make lint
|