travis: Set a fixed path.
This should fix build errors on Travis, as it was picking up some Python from /opt...
This commit is contained in:
parent
f1ce6d0ed6
commit
f5221ceb4b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user