Skip to content

Commit 1937e85

Browse files
committed
Install autoconf-archive in Travis
1 parent efbdd8e commit 1937e85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ compiler:
88
- gcc
99

1010
env:
11-
- EXTRALIBS="libusb-1.0-0-dev libgd2-xpm-dev libpopt-dev gettext"
12-
- EXTRALIBS="libusb-1.0-0-dev libgd2-xpm-dev libpopt-dev libaa1-dev gettext"
13-
- EXTRALIBS="libusb-1.0-0-dev libgd2-xpm-dev libpopt-dev libaa1-dev libcdk5-dev gettext"
11+
- EXTRALIBS="autoconf-archive libusb-1.0-0-dev libgd2-xpm-dev libpopt-dev gettext"
12+
- EXTRALIBS="autoconf-archive libusb-1.0-0-dev libgd2-xpm-dev libpopt-dev libaa1-dev gettext"
13+
- EXTRALIBS="autoconf-archive libusb-1.0-0-dev libgd2-xpm-dev libpopt-dev libaa1-dev libcdk5-dev gettext"
1414

1515
# Note: Keep the sudo commands in .travis.yml - they do not work from
1616
# a helper shell script.

0 commit comments

Comments
 (0)