From 5f77c6ac7e2aebfbdb5659029108d9b4bb52df41 Mon Sep 17 00:00:00 2001 From: Jeremiah Buddenhagen Date: Thu, 6 Dec 2018 12:23:55 -0800 Subject: [PATCH] forgot src dir in path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7677ce7..47eadeb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ cache: - "$GOPATH/pkg/dep" script: - - cd $GOPATH/github.com/bitspill/oip/cmd/oipd && packr2 -v && cd - + - cd $GOPATH/src/github.com/bitspill/oip/cmd/oipd && packr2 -v && cd - - go test -v -race ./... # Only build binaries from the latest Go release. - if [ "${LATEST}" = "true" ]; then