diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-29 10:33:04 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-29 10:33:04 +0200 |
commit | bbd3f403a7facbf8808c9921fc4b6cbdd8520bde (patch) | |
tree | 6bce72cbf9bf21d1d25504d09b9f86ed50884cdd | |
parent | 2ec73fa1688200002ed4acdd55440f23ff06ef70 (diff) | |
download | vconsole-bbd3f403a7facbf8808c9921fc4b6cbdd8520bde.tar.gz |
travis: try sudo pip3
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6dc1fa3..5fd6f2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: c compiler: gcc before_script: - - pip3 install meson + - sudo pip3 install meson addons: apt: |