Skip to content

Commit

Permalink
Added libevent dependency for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchaaf committed Jun 17, 2017
1 parent 5f8d9e2 commit 59623cc
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 @@ language: d
d:
- dmd

addons:
apt:
packages:
- libevent-dev

install:
- dub fetch doveralls

Expand Down

0 comments on commit 59623cc

Please sign in to comment.