diff .travis.yml @ 5259:3fcb7e09be2f

Forgot to change extension on file passed to tar command.
author John Rouillard <rouilj@ieee.org>
date Sun, 27 Aug 2017 00:57:42 -0400
parents f48aac797c75
children 904d7cd19d67 44b6a79f4e70
line wrap: on
line diff
--- a/.travis.yml	Sun Aug 27 00:54:51 2017 -0400
+++ b/.travis.yml	Sun Aug 27 00:57:42 2017 -0400
@@ -16,7 +16,7 @@
 before_install:
   - cd /tmp
   - curl -s -O https://oligarchy.co.uk/xapian/1.2.16/xapian-bindings-1.2.16.tar.xz
-  - tar -Jxvf xapian-bindings-1.2.16.tar.gz
+  - tar -Jxvf xapian-bindings-1.2.16.tar.xz
   - cd xapian-bindings-1.2.16/
   - ./configure --prefix=$VIRTUAL_ENV --with-python && make && make install
 

Roundup Issue Tracker: http://roundup-tracker.org/