Skip to content

Commit 532f7f9

Browse files
committed
add sudos
1 parent 7b99dca commit 532f7f9

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; fi
55+
- if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then sudo apt-get install python-xapian; else sudo 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)