diff .travis.yml @ 6722:02e15cc0e82a

fix left over esac
author John Rouillard <rouilj@ieee.org>
date Thu, 23 Jun 2022 01:31:42 -0400
parents c6dc2e8d59a8
children 7bf6cb5db521
line wrap: on
line diff
--- a/.travis.yml	Thu Jun 23 01:24:58 2022 -0400
+++ b/.travis.yml	Thu Jun 23 01:31:42 2022 -0400
@@ -73,7 +73,7 @@
   - if [[ $TRAVIS_PYTHON_VERSION == "nightly" ]]; then sed -i '/PYTHON3_SO=/s/distutils.//g' configure; ./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; fi
   - if [[ $TRAVIS_PYTHON_VERSION == "pypy3" ]]; then sed -i '/PYTHON3_SO=/s/distutils.//g' configure; ./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; fi
   # - case "$TRAVIS_PYTHON_VERSION" in nightly|3.11-dev) echo skipping xapian build;; *) make && make install; esac
-  - make && make install; esac
+  - make && make install
 
   - PATH=$VIRTUAL_ENV/bin:$PATH
 

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