added travis automated build and status on the readme
This commit is contained in:
parent
aaf01e52e2
commit
4b53465c14
|
@ -0,0 +1,11 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.4.1
|
||||
- release
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
Loading…
Reference in New Issue