From c855a99f3e957fb6c90ce476ecc5e8941b48de9f Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 6 May 2019 16:49:32 +0200 Subject: [PATCH] Build packages individually on TravisCI --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5226b49..94e815b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,8 @@ notifications: on_success: change 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