Skip to content

Commit

Permalink
travis: add libevent-dev as build-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
darkk committed Jan 26, 2018
1 parent 195ede5 commit 268c00e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ os:
- linux
- osx

addons:
apt:
packages:
- libevent-dev

language: c

compiler:
Expand Down

0 comments on commit 268c00e

Please sign in to comment.