b7ff6424f5
This behaviour matches the GNU CLI standard: http://www.gnu.org/prep/standards/html_node/_002d_002dhelp.html
19 lines
171 B
YAML
19 lines
171 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
go:
|
|
- "1.11"
|
|
- "1.12"
|
|
- "1.13"
|
|
- "1.14"
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script: make updatedeps test testrace
|