207017d673
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
|