Build packages individually on TravisCI
This commit is contained in:
parent
b9261328ba
commit
c855a99f3e
|
@ -27,4 +27,8 @@ notifications:
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
||||||
script: go build
|
script:
|
||||||
|
- cd $GOPATH/src/github.com/muesli/service-tools/service-monitor
|
||||||
|
- go build
|
||||||
|
- cd $GOPATH/src/github.com/muesli/service-tools/service-generator
|
||||||
|
- go build
|
||||||
|
|
Loading…
Reference in New Issue