1
0
mirror of https://github.com/danog/liquid.git synced 2024-12-02 14:47:46 +01:00
liquid/.travis.yml

18 lines
235 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
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