Skip to content

Commit 7b99dca

Browse files
committed
Fix command line.
1 parent 9b44c54 commit 7b99dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ addons:
5252
- gpgsm
5353

5454
before_install:
55-
- if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then apt-get install python-xapian; else apt-get install python3-xapian
55+
- if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then apt-get install python-xapian; else apt-get install python3-xapian; fi
5656

5757
# - echo "$TRAVIS_PYTHON_VERSION"
5858
# # Sphinx required to build the xapian python bindings. Use 1.8.5 on

0 commit comments

Comments
 (0)