Skip to content

Commit

Permalink
[ci] install libpcap dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjoehnk committed Nov 21, 2017
1 parent 882886c commit 598c253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: node_js
node_js:
- "8"
before_install:
- sudo apt-get update
- sudo apt-get install libpcap-dev
- npm install -g greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
script:
Expand Down

0 comments on commit 598c253

Please # to comment.