Skip to content

Commit

Permalink
Install libevent-dev on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Sep 17, 2017
1 parent 4586513 commit 3fb7e79
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
sudo: false
sudo: required

language: php

addons:
apt:
packages:
- libevent-dev

php:
- 7.0
- 7.1
Expand Down

0 comments on commit 3fb7e79

Please sign in to comment.