1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-30 07:38:59 +01:00
liquid/.travis.yml
2018-03-02 11:41:48 -05:00

19 lines
246 B
YAML

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