Skip to content

Commit

Permalink
Install autoconf-archive in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaSDK committed Dec 9, 2018
1 parent efbdd8e commit 1937e85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ compiler:
- gcc

env:
- EXTRALIBS="libusb-1.0-0-dev libgd2-xpm-dev libpopt-dev gettext"
- EXTRALIBS="libusb-1.0-0-dev libgd2-xpm-dev libpopt-dev libaa1-dev gettext"
- EXTRALIBS="libusb-1.0-0-dev libgd2-xpm-dev libpopt-dev libaa1-dev libcdk5-dev gettext"
- EXTRALIBS="autoconf-archive libusb-1.0-0-dev libgd2-xpm-dev libpopt-dev gettext"
- EXTRALIBS="autoconf-archive libusb-1.0-0-dev libgd2-xpm-dev libpopt-dev libaa1-dev gettext"
- EXTRALIBS="autoconf-archive libusb-1.0-0-dev libgd2-xpm-dev libpopt-dev libaa1-dev libcdk5-dev gettext"

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

0 comments on commit 1937e85

Please sign in to comment.