mirror of
https://github.com/danog/amp.git
synced 2024-11-26 20:15:00 +01:00
Install libevent-dev on Travis
This commit is contained in:
parent
45865134e9
commit
3fb7e793b8
@ -1,7 +1,12 @@
|
|||||||
sudo: false
|
sudo: required
|
||||||
|
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libevent-dev
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.0
|
- 7.0
|
||||||
- 7.1
|
- 7.1
|
||||||
|
Loading…
Reference in New Issue
Block a user