From ae717e132bec9b3d829b3725b29a37a8655ad9a8 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Mon, 19 Feb 2018 14:59:38 +0100 Subject: travis: do not run acceptance tests Acceptance test have to be run inside of lxd, which is not working right now on travis. Let's fall back to regular tests until we have a better jenkins based infra. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 317970d8..ac1612ad 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ install: go install test: - bash travis/run-tests-acceptance + go test -v -covermode=count -coverprofile=profile.cov ./libvirt vet: @echo "go vet ." -- cgit v1.2.3