13 lines
122 B
YAML
13 lines
122 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.x
|
||
|
- master
|
||
|
|
||
|
# Only clone the most recent commit.
|
||
|
git:
|
||
|
depth: 1
|
||
|
|
||
|
notifications:
|
||
|
email: false
|