1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-04-27 10:20:49 +00:00

[CI] Pip install future package in travis CI.

This commit is contained in:
Jonathan Xu 2019-06-06 18:28:03 +08:00
parent bc8f815777
commit 6c5fea320c

View File

@ -11,6 +11,8 @@ addons:
apt:
packages:
- libjansson-dev
install:
- pip install future
before_install:
- git clean -x -f
- ./autogen.sh