diff options
author | Flavio Castelli <fcastelli@suse.com> | 2018-02-19 14:59:38 +0100 |
---|---|---|
committer | Flavio Castelli <fcastelli@suse.com> | 2018-02-19 14:59:38 +0100 |
commit | ae717e132bec9b3d829b3725b29a37a8655ad9a8 (patch) | |
tree | cf6dea52cd8a06f770f33a79e17311406762f0ac /Makefile | |
parent | 7619db353fe3b48356bc9b9e06d74fa364986346 (diff) | |
download | terraform-provider-libvirt-ae717e132bec9b3d829b3725b29a37a8655ad9a8.tar terraform-provider-libvirt-ae717e132bec9b3d829b3725b29a37a8655ad9a8.tar.gz |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ." |