mirror of
https://github.com/yggdrasil-network/water.git
synced 2025-05-20 00:45:09 +03:00
add .travis.yml
This commit is contained in:
parent
ed5454b50a
commit
f6122f5b2f
4 changed files with 37 additions and 2 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue