8 lines
107 B
YAML
8 lines
107 B
YAML
|
|
language: go
|
||
|
|
script: go test
|
||
|
|
notifications:
|
||
|
|
email: false
|
||
|
|
branches:
|
||
|
|
only:
|
||
|
|
- master
|
||
|
|
- development
|