2012-12-19 14:24:17 +04:00
|
|
|
language: go
|
2012-05-20 02:00:39 +04:00
|
|
|
|
2012-12-19 14:24:17 +04:00
|
|
|
before_script:
|
2012-07-11 09:51:08 +04:00
|
|
|
- go get -v github.com/matttproud/golang_instrumentation
|
2012-05-20 02:00:39 +04:00
|
|
|
|
|
|
|
script:
|
2012-07-11 09:51:08 +04:00
|
|
|
- go build -a -v github.com/matttproud/golang_instrumentation/...
|
|
|
|
- go test -v github.com/matttproud/golang_instrumentation/...
|