2012-12-26 18:18:56 +00:00
|
|
|
language: go
|
2014-11-10 02:48:09 +00:00
|
|
|
go:
|
2019-04-12 10:15:29 +00:00
|
|
|
- 1.12.x
|
2018-11-27 11:55:56 +00:00
|
|
|
install:
|
|
|
|
# Fetch dependencies
|
2019-01-15 15:57:53 +00:00
|
|
|
- wget -O dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
|
2017-10-31 13:12:15 +00:00
|
|
|
- chmod +x dep
|
2019-01-04 11:12:47 +00:00
|
|
|
- mv dep $GOPATH/bin/dep
|
2019-06-23 19:40:59 +00:00
|
|
|
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.17.1
|
2018-11-27 11:55:56 +00:00
|
|
|
script:
|
2019-06-03 07:47:51 +00:00
|
|
|
- ./configure && make test
|
2015-06-08 03:52:28 +00:00
|
|
|
sudo: false
|
2012-12-26 18:18:56 +00:00
|
|
|
notifications:
|
|
|
|
email: false
|