parent
d02d99e53e
commit
2ce2b2ab9f
@ -1,8 +1,5 @@
|
|||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- PATH=/home/travis/bin:/home/travis/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
|
||||||
# Not really, but this is here so we can do stuff by hand.
|
# Not really, but this is here so we can do stuff by hand.
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
@ -48,6 +45,10 @@ cache:
|
|||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
- $HOME/build/The-Compiler/qutebrowser/.cache
|
- $HOME/build/The-Compiler/qutebrowser/.cache
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
# We need to do this so we pick up the system-wide python properly
|
||||||
|
- 'export PATH="/usr/bin:$PATH"'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- python scripts/dev/ci/install.py
|
- python scripts/dev/ci/install.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user