Skip to content

Commit

Permalink
forgot src dir in path
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspill committed Dec 6, 2018
1 parent 47a0ba9 commit 5f77c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f77c6a

Please sign in to comment.