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