travis.yml: try to build all of the packages
This commit is contained in:
parent
8aa610e350
commit
9c07258c01
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ language: go
|
||||||
go: 1.1
|
go: 1.1
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v omaha
|
- go test -v ./...
|
||||||
|
|
Loading…
Reference in a new issue