Skip to content

Commit 463289a

Browse files
committed
Disable debug in CI
Otherwise we end up with a huge dump that Travis even won't show in the UI.
1 parent 753afd8 commit 463289a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: go
44
go:
55
- 1.11.x
66
env:
7-
- GO111MODULE=on GOFLAGS=-mod=vendor LIBVIRT_DEFAULT_URI='qemu+unix:///session' TF_LIBVIRT_DISABLE_PRIVILEGED_TESTS=1 TF_LIBVIRT_RNG_DEV='/dev/random' TF_LOG=DEBUG
7+
- GO111MODULE=on GOFLAGS=-mod=vendor LIBVIRT_DEFAULT_URI='qemu+unix:///session' TF_LIBVIRT_DISABLE_PRIVILEGED_TESTS=1 TF_LIBVIRT_RNG_DEV='/dev/random'
88
git:
99
depth: 1
1010
go_import_path: github.com/dmacvicar/terraform-provider-libvirt

0 commit comments

Comments
 (0)