1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-27 01:24:40 +01:00
liquid/.travis.yml
2017-07-15 21:13:03 -04:00

18 lines
235 B
YAML

language: go
go:
- 1.8.3
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