1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-04-28 02:30:08 +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: apt:
packages: packages:
- libjansson-dev - libjansson-dev
install:
- pip install future
before_install: before_install:
- git clean -x -f - git clean -x -f
- ./autogen.sh - ./autogen.sh