Adding support for Travis
This commit is contained in:
parent
3527f501de
commit
fc79388873
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
language: go
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
go:
|
||||||
|
- master
|
||||||
|
|
||||||
|
install:
|
||||||
|
- go get -t ./...
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go test ./...
|
Loading…
Reference in a new issue