From f5221ceb4bdac07900b4ee1a616acc9a1a4f91fe Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 15 Sep 2015 13:19:51 +0200 Subject: [PATCH] travis: Set a fixed path. This should fix build errors on Travis, as it was picking up some Python from /opt... --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8012257a0..01f568866 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,10 @@ cache: - $HOME/.cache/pip - $HOME/build/The-Compiler/qutebrowser/.cache +env: + - PATH=/home/travis/bin:/home/travis/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + + install: - python scripts/dev/ci_install.py