We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b99dca commit 532f7f9Copy full SHA for 532f7f9
.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; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then sudo apt-get install python-xapian; else sudo 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