mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
aa5806a1df
This should cut down on build noise. When we get further with 1.6 we can reintroduce the tip build to help spot issues with the next version of Go.
15 lines
108 B
YAML
15 lines
108 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
install: make
|
|
script:
|
|
- make test
|
|
|
|
sudo: false
|