Skip to content

Commit

Permalink
Run tests more verbose in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fleaz committed Sep 22, 2019
1 parent 797d474 commit 604dc17
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 @@ -13,7 +13,7 @@ env:

script:
- cp cpthook.yml.example cpthook.yml
- go test ./...
- go test ./... -v
- CGO_ENABLED="0" GOARCH="amd64" GOOS="linux" go build -a -installsuffix cgo -o CptHook
- docker build -f Dockerfile -t $IMAGE .

Expand Down

0 comments on commit 604dc17

Please sign in to comment.