summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFlavio Castelli <fcastelli@suse.com>2017-03-02 22:09:51 +0100
committerFlavio Castelli <fcastelli@suse.com>2017-03-02 22:09:51 +0100
commit796580411369a4c48c1e5085d47d047179871533 (patch)
tree60931a510746728841ea52257824acafe96bd0b7 /.travis.yml
parenta125a6cf000c9fb3300d2d80afcfb1b13b2952b3 (diff)
downloadterraform-provider-libvirt-796580411369a4c48c1e5085d47d047179871533.tar
terraform-provider-libvirt-796580411369a4c48c1e5085d47d047179871533.tar.gz
Try to enable Go code coverage on coveralls
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ea6cbb38..687158cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@ before_install:
- sudo make install
- sudo libvirtd -d
- popd
+ - go get github.com/mattn/goveralls
- go get -u github.com/govend/govend
- govend -v
@@ -28,3 +29,4 @@ install:
# code
script:
- go test ./libvirt
+ - $HOME/gopath/bin/goveralls -service=travis-ci