We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af14bd3 commit 3044a2dCopy full SHA for 3044a2d
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
- curl -s -O https://oligarchy.co.uk/xapian/1.3.7/xapian-core-1.3.7.tar.xz
23
- tar -Jxvf xapian-core-1.3.7.tar.xz
24
- cd xapian-core-1.3.7/
25
- - ./configure && make && make install
+ - ./configure && make && sudo make install
26
- curl -s -O https://oligarchy.co.uk/xapian/1.3.7/xapian-bindings-1.3.7.tar.xz
27
- tar -Jxvf xapian-bindings-1.3.7.tar.xz
28
- cd xapian-bindings-1.3.7/
0 commit comments