1
0
mirror of https://github.com/fumiama/water.git synced 2026-06-13 06:50:28 +08:00
Files
water/.travis.yml
2019-01-12 14:53:32 -08:00

13 lines
200 B
YAML

language: go
go:
- "1.11.4"
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