Skip to content

Commit

Permalink
LGTM, Travis-CI
Browse files Browse the repository at this point in the history
- Configure LGTM analysis
- Remove unneeded `libbind-dev` for Travis-CI
  • Loading branch information
jelu committed Dec 4, 2018
1 parent a7a3018 commit 0d9cd9c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .lgtm.yml
@@ -0,0 +1,18 @@
extraction:
cpp:
prepare:
packages:
- build-essential
- automake
- autoconf
- libtool
- pkg-config
- libpcap-dev
- libldns-dev
- libyaml-perl
- zlib1g-dev
- libssl-dev
configure:
command:
- ./autogen.sh
- ./configure
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,6 @@ addons:
packages:
- libpcap-dev
- libldns-dev
- libbind-dev
- libyaml-perl
- zlib1g-dev
- libssl-dev
Expand Down

0 comments on commit 0d9cd9c

Please sign in to comment.