pull libuv1 from future (16.04 rather than 12.04)

This commit is contained in:
Anton Dyudin 2017-06-13 19:26:49 -07:00
parent 40b1c0f198
commit 7c0607cec0

View File

@ -8,6 +8,10 @@ script: make && make test # no ./configure
addons:
apt:
sources:
# precise, which is the default, doesn't have an official libuv1 package
- sourceline: 'deb http://us.archive.ubuntu.com/ubuntu/ xenial universe'
#
packages:
- libgmp3-dev
- libsigsegv-dev
@ -23,4 +27,3 @@ addons:
- re2c
- libcurl4-gnutls-dev
- python