summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFlavio Castelli <fcastelli@suse.com>2017-05-03 11:40:33 +0200
committerFlavio Castelli <fcastelli@suse.com>2017-05-03 11:41:23 +0200
commit38dc9e87d6e684a41d834bde7abb98977c6efbe1 (patch)
tree0a577c88d2074ce71a2c9998d47d16f1a3bf11d8 /.travis.yml
parentee12004ab93e54f326896e9909ba9e6a2bd11e89 (diff)
downloadterraform-provider-libvirt-38dc9e87d6e684a41d834bde7abb98977c6efbe1.tar
terraform-provider-libvirt-38dc9e87d6e684a41d834bde7abb98977c6efbe1.tar.gz
Update travis - do not use govend
This is no longer needed now that all the deps are stored inside of the git repository.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index eed2d261..f996db67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,8 +15,6 @@ before_install:
- sudo virsh pool-define pool.xml
- sudo virsh pool-start default
- go get github.com/mattn/goveralls
- - go get -u github.com/govend/govend
- - govend -v
install:
- go build .