14 lines
118 B
YAML
14 lines
118 B
YAML
|
sudo: false
|
||
|
|
||
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.8
|
||
|
- 1.9
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
|
||
|
script: make updatedeps test testrace
|