1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-30 09:59:02 +01:00
liquid/.travis.yml

19 lines
255 B
YAML
Raw Normal View History

2017-06-26 16:16:02 +02:00
language: go
go:
- 1.8.3
2017-07-02 13:58:05 +02:00
install:
2017-07-02 13:58:05 +02:00
- go get github.com/mattn/goveralls
2017-07-13 02:04:55 +02:00
- make setup
- go get -t ./...
2017-07-02 13:58:05 +02:00
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
2017-07-02 15:09:23 +02:00
- make lint
2017-07-13 02:05:44 +02:00
notifications:
email:
on_success: change
on_failure: change