travis.yml: initial commit
This commit is contained in:
parent
51340c1e14
commit
dfc14cd8fd
1 changed files with 5 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
language: go
|
||||
go: 1.1
|
||||
|
||||
script:
|
||||
- go test -v omaha
|
Loading…
Reference in a new issue