From a48f4c41c824811407518eb45e89328e0d31c46a Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sun, 20 Jan 2019 19:10:08 +0100 Subject: [PATCH] [CI] more fixes if this does not work, I really need to investigate up-front testing for Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72c8a8e..61b4fa7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: - "3.6" before_install: - sudo apt-get -qq update - - sudo apt-get install -y task python-pygit2 + - sudo apt-get install -y task libgit2 libgit2-dev install: - pip install i3ipc - pip install psutil