Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug #432 Attempt to use local libopts to fix Travis CI #433

Merged
merged 14 commits into from
Jan 18, 2018
Merged
Prev Previous commit
Next Next commit
Bug #432 fix travis syntax
  • Loading branch information
fklassen committed Jan 17, 2018
commit f56b9e62f19614c5009ecb3c561ac6d9354025f7
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ matrix:
compiler: gcc
addons:
apt:
libpcap-dev
autogen
packages:
- libpcap-dev
- autogen
- os: linux
dist: trusty
compiler: clang
env: CI_BUILD_PREFIX=scan-build-3.5
env: CI_BUILD_PREFIX=scan-build-3.9
addons:
apt:
packages:
Expand Down