Skip to content

Commit

Permalink
travis-ci: add autogen package
Browse files Browse the repository at this point in the history
  • Loading branch information
chipitsine committed Mar 25, 2018
1 parent 54da347 commit 214c785
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ language: c

addons:
apt:
packages:
- libpcap-dev
packages: [ libpcap-dev, autogen ]

matrix:
include:
Expand All @@ -24,9 +23,7 @@ matrix:
env: CI_BUILD_PREFIX=scan-build-3.5
addons:
apt:
packages:
- libpcap-dev
- clang-3.5
packages: [ libpcap-dev, clang-3.5, autogen ]

script:
- autoreconf -iv > build.log 2>&1 || (cat build.log && exit 1)
Expand Down

0 comments on commit 214c785

Please sign in to comment.