1
0
mirror of https://github.com/danog/liquid.git synced 2024-12-02 12:07:46 +01:00
liquid/.travis.yml
2021-06-18 13:32:36 +08:00

19 lines
247 B
YAML

language: go
go:
- "1.15"
- "1.16"
install:
- go get github.com/mattn/goveralls
- make setup
script:
- make lint
- $HOME/gopath/bin/goveralls -service=travis-ci
notifications:
email:
on_success: change
on_failure: change