Skip to content

Commit 4aa6aa7

Browse files
committed
Forgot to change extension on file passed to tar command.
1 parent 1b21690 commit 4aa6aa7

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
@@ -16,7 +16,7 @@ addons:
1616
before_install:
1717
- cd /tmp
1818
- curl -s -O https://oligarchy.co.uk/xapian/1.2.16/xapian-bindings-1.2.16.tar.xz
19-
- tar -Jxvf xapian-bindings-1.2.16.tar.gz
19+
- tar -Jxvf xapian-bindings-1.2.16.tar.xz
2020
- cd xapian-bindings-1.2.16/
2121
- ./configure --prefix=$VIRTUAL_ENV --with-python && make && make install
2222

0 commit comments

Comments
 (0)