mirror of
https://github.com/danog/liquid.git
synced 2024-11-27 01:24:40 +01:00
18 lines
235 B
YAML
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
|