aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-05-29 10:35:48 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-05-29 10:35:48 +0200
commit7c910d6d79438c1398f848e68acb41171591b0a3 (patch)
tree79f385cb4f1df31963513f7df8125db433eee2dc
parentbbd3f403a7facbf8808c9921fc4b6cbdd8520bde (diff)
downloadvconsole-7c910d6d79438c1398f848e68acb41171591b0a3.tar.gz
travis: try upgrade pip
-rw-r--r--.travis.yml3
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: