rgbkrk / libvirt-go

[DEPRECATED] Go bindings for libvirt
https://github.com/libvirt/libvirt-go
MIT License
166 stars 50 forks source link

Run tests with Go 1.7 as well with TravisCI #111

Closed vincentbernat closed 8 years ago

vincentbernat commented 8 years ago

BTW, should we try to compile with more recent versions of libvirt too? We could add the latest one (2.3.0 currently).

rgbkrk commented 8 years ago

BTW, should we try to compile with more recent versions of libvirt too? We could add the latest one (2.3.0 currently).

That sounds like a great idea.

vincentbernat commented 8 years ago

I have appended a commit to this PR for that. Let's see if it works (it should fail, I'll rebase against master just after that).