aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2018-12-17 14:21:54 +0000
committerTaylor Holberton <taylorcholberton@gmail.com>2018-12-17 14:21:54 +0000
commit35cb22f5757b17270b72c9afc8d10c324116971f (patch)
tree32ae25944cc76496f0f273180189ae8fc43f499c /.travis.yml
parentee06a2748600f7f752b952755fbccaf51b25c72b (diff)
Upgrading pip before meson install.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bbab6f1..6fc5958 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,7 @@ addons:
- python3-pip
before_script:
+ - pip3 install --upgrade pip
- pip3 install --user meson
script: