mirror of
https://github.com/yggdrasil-network/water.git
synced 2025-05-19 08:25:09 +03:00
13 lines
213 B
YAML
13 lines
213 B
YAML
language: go
|
|
go:
|
|
- "1.12.1"
|
|
- "1.10.8"
|
|
go_import_path: github.com/songgao/water
|
|
install: go get -u golang.org/x/lint/golint
|
|
script: make ci
|
|
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
dist: xenial
|
|
- os: osx
|