We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b44c54 commit 7b99dcaCopy full SHA for 7b99dca
.travis.yml
@@ -52,7 +52,7 @@ addons:
52
- gpgsm
53
54
before_install:
55
- - 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
56
57
# - echo "$TRAVIS_PYTHON_VERSION"
58
# # Sphinx required to build the xapian python bindings. Use 1.8.5 on
0 commit comments