summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDario Maiocchi <dmaiocchi@suse.com>2017-11-20 19:49:26 +0100
committerAlvaro <alvaro.saurin@gmail.com>2017-11-22 16:41:34 +0100
commit61fe2db30a7bb1f953c147cf9abbc0447fea2fce (patch)
tree64ca2cc5fad1c2af8993b4f35667321bfe78a5ed /Makefile
parentd7fe1a2a37a8373ac261b1e3025efba27bfab2d6 (diff)
downloadterraform-provider-libvirt-61fe2db30a7bb1f953c147cf9abbc0447fea2fce.tar
terraform-provider-libvirt-61fe2db30a7bb1f953c147cf9abbc0447fea2fce.tar.gz
init govet on travis
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 512d7ae0..b59135f1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
default: build
-build: gofmtcheck golint
+build: gofmtcheck golint
go build
install: