Skip to content

Commit 3044a2d

Browse files
committed
Add sudo to install?? I doubt this will work but....
1 parent af14bd3 commit 3044a2d

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
@@ -22,7 +22,7 @@ before_install:
2222
- curl -s -O https://oligarchy.co.uk/xapian/1.3.7/xapian-core-1.3.7.tar.xz
2323
- tar -Jxvf xapian-core-1.3.7.tar.xz
2424
- cd xapian-core-1.3.7/
25-
- ./configure && make && make install
25+
- ./configure && make && sudo make install
2626
- curl -s -O https://oligarchy.co.uk/xapian/1.3.7/xapian-bindings-1.3.7.tar.xz
2727
- tar -Jxvf xapian-bindings-1.3.7.tar.xz
2828
- cd xapian-bindings-1.3.7/

0 commit comments

Comments
 (0)