Skip to content

Commit 180586c

Browse files
Remove leftover references to Travis CI and Vagrant
Fixes: 50e8ac0 Signed-off-by: Andrea Bolognani <abologna@redhat.com>
1 parent 4c8a989 commit 180586c

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.rst

+2-11
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
libvirt-go
33
==========
44

5-
.. image:: https://travis-ci.org/libvirt/libvirt-go.svg?branch=master
6-
:target: https://travis-ci.org/libvirt/libvirt-go
5+
.. image:: https://gitlab.com/libvirt/libvirt-go/badges/master/pipeline.svg
6+
:target: https://gitlab.com/libvirt/libvirt-go/pipelines
77
:alt: Build Status
88
.. image:: https://img.shields.io/static/v1?label=godev&message=reference&color=00add8
99
:target: https://pkg.go.dev/libvirt.org/libvirt-go
@@ -126,12 +126,3 @@ Then create a sasl user
126126
$ saslpasswd2 -a libvirt user
127127

128128
and enter "pass" as the password.
129-
130-
Alternatively a ``Vagrantfile``, requiring use of virtualbox,
131-
is included to run the integration tests:
132-
133-
* ``cd ./vagrant``
134-
* ``vagrant up`` to provision the virtual machine
135-
* ``vagrant ssh`` to login to the virtual machine
136-
137-
Once inside, ``sudo su -`` and ``go test -tags integration libvirt``.

0 commit comments

Comments
 (0)