1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-27 01:34:41 +01:00
liquid/.travis.yml
2017-07-12 20:05:44 -04:00

19 lines
255 B
YAML

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