Skip to content

Commit 5b5b0c7

Browse files
committed
travis.yml: Remove the generic addons section
Each job uses its own addons section nowadays, so the generic section is completely unused and outdated, thus we can remove it now. Message-Id: <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent 769897b commit 5b5b0c7

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

.travis.yml

-37
Original file line numberDiff line numberDiff line change
@@ -16,43 +16,6 @@ cache:
1616
- $HOME/avocado/data/cache
1717

1818

19-
addons:
20-
apt:
21-
packages:
22-
# Build dependencies
23-
- libaio-dev
24-
- libattr1-dev
25-
- libbrlapi-dev
26-
- libcap-ng-dev
27-
- libcacard-dev
28-
- libgcc-7-dev
29-
- libgnutls28-dev
30-
- libgtk-3-dev
31-
- libiscsi-dev
32-
- liblttng-ust-dev
33-
- libncurses5-dev
34-
- libnfs-dev
35-
- libpixman-1-dev
36-
- libpng-dev
37-
- librados-dev
38-
- libsdl2-dev
39-
- libsdl2-image-dev
40-
- libseccomp-dev
41-
- libspice-protocol-dev
42-
- libspice-server-dev
43-
- libssh-dev
44-
- liburcu-dev
45-
- libusb-1.0-0-dev
46-
- libvdeplug-dev
47-
- libvte-2.91-dev
48-
- libzstd-dev
49-
- ninja-build
50-
- sparse
51-
- uuid-dev
52-
# Tests dependencies
53-
- genisoimage
54-
55-
5619
# The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
5720
# to prevent IRC notifications from forks. This was created using:
5821
# $ travis encrypt -r "qemu/qemu" "irc.oftc.net#qemu"

0 commit comments

Comments
 (0)