diff .travis.yml @ 6712:8316e4d0f367

add sudos
author John Rouillard <rouilj@ieee.org>
date Tue, 21 Jun 2022 21:25:34 -0400
parents 53fced773a5b
children 2bae523e78a0
line wrap: on
line diff
--- a/.travis.yml	Tue Jun 21 21:21:23 2022 -0400
+++ b/.travis.yml	Tue Jun 21 21:25:34 2022 -0400
@@ -52,7 +52,7 @@
       - gpgsm
 
 before_install:
-  - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then apt-get install python-xapian; else apt-get install python3-xapian; fi
+  - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then sudo apt-get install python-xapian; else sudo apt-get install python3-xapian; fi
 
 #  - echo "$TRAVIS_PYTHON_VERSION"
 #  # Sphinx required to build the xapian python bindings. Use 1.8.5 on

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