diff .travis.yml @ 6711:53fced773a5b

Fix command line.
author John Rouillard <rouilj@ieee.org>
date Tue, 21 Jun 2022 21:21:23 -0400
parents f2a47db667cd
children 8316e4d0f367
line wrap: on
line diff
--- a/.travis.yml	Tue Jun 21 21:17:50 2022 -0400
+++ b/.travis.yml	Tue Jun 21 21:21:23 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
+  - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then apt-get install python-xapian; else 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/