From 4a0d2218a93efded18cac256fa8cba8999d6ced7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4rthlein?= Date: Sat, 28 Mar 2020 18:38:51 +0100 Subject: [PATCH] travis: build in subdirectory --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c5eb1d5..4ed6516 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,9 @@ git: depth: 1 script: + - cd dyndns - go test -v ./... + - go build ./... notifications: email: