1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-30 05:58:59 +01:00
liquid/.travis.yml
2018-06-05 16:33:07 -04:00

19 lines
246 B
YAML

language: go
go:
- "1.9"
- "1.10"
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