Can I build?

This commit is contained in:
deadprogram 2013-12-03 00:58:59 -08:00
parent fb963364b1
commit 1703e91d81
1 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@ go:
- 1.2
- release
- tip
install:
- go get -d -v . && go build -v .
script:
- go test -v ./...
- go test -v .