ci: build the samples after running tests

This commit is contained in:
Karan Misra 2014-03-02 11:24:35 +05:30
parent e5e2aecaed
commit 026f5fe3f3
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@ language: go
go:
- 1.2
- tip
script:
- go test ./...
- make -C ./samples/