changeset 6709:013607b29c0c

add sudo to apt command.
author John Rouillard <rouilj@ieee.org>
date Tue, 21 Jun 2022 21:08:00 -0400
parents 20ee850517b8
children f2a47db667cd
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Tue Jun 21 21:03:46 2022 -0400
+++ b/.travis.yml	Tue Jun 21 21:08:00 2022 -0400
@@ -58,7 +58,7 @@
   - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install sphinx==1.8.5; fi
   - if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]] ; then pip install sphinx; fi
   - if [[ $TRAVIS_PYTHON_VERSION == "nightly" ]]; then pip install sphinx; fi
-  - apt-get update && apt-get upgrade libxapian-dev libxapian
+  - sudo apt-get update && sudo apt-get upgrade libxapian-dev libxapian
   - XAPIAN_VER=$(dpkg -l libxapian-dev | tail -n 1 | awk '{print $3}' | cut -d '-' -f 1); echo $XAPIAN_VER
   - cd /tmp
   - curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz

Roundup Issue Tracker: http://roundup-tracker.org/