Skip to content

Commit f0630d1

Browse files
authored
Merge pull request #614 from zeenix/no-ci-debug
Disable debug in CI
2 parents 753afd8 + 463289a commit f0630d1

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)