added travis support.
This commit is contained in:
parent
95c75ed957
commit
c84b36d76d
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.10.3
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./build_and_test.sh
|
Loading…
Reference in a new issue