You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
213 B

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