1
0
mirror of https://github.com/fumiama/water.git synced 2026-06-05 02:00:29 +08:00
Files
water/.travis.yml
2019-04-01 19:05:55 -07:00

14 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